diff options
author | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-15 06:37:10 +0000 |
---|---|---|
committer | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-15 06:37:10 +0000 |
commit | 1d2677930d8de34b37dc2ec0b85d5c212bcea7eb (patch) | |
tree | 4f9dd4da888ae855d2c52b0068862fec75d203a3 /compiler | |
parent | 20c0e6ccf28b0961d2c5f6516b57e52fa2c13b33 (diff) | |
download | haskell-1d2677930d8de34b37dc2ec0b85d5c212bcea7eb.tar.gz |
NCG: Haddock validate fix
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/nativeGen/PIC.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/nativeGen/PIC.hs b/compiler/nativeGen/PIC.hs index 98e4f9f2d5..6fda1e3f3c 100644 --- a/compiler/nativeGen/PIC.hs +++ b/compiler/nativeGen/PIC.hs @@ -300,9 +300,9 @@ howToAccessLabel dflags arch OSLinux DataReference lbl -- In most cases, we have to avoid symbol stubs on ELF, for the following reasons: - -- * on i386, the position-independent symbol stubs in the Procedure Linkage Table + -- on i386, the position-independent symbol stubs in the Procedure Linkage Table -- require the address of the GOT to be loaded into register %ebx on entry. - -- * The linker will take any reference to the symbol stub as a hint that + -- The linker will take any reference to the symbol stub as a hint that -- the label in question is a code label. When linking executables, this -- will cause the linker to replace even data references to the label with -- references to the symbol stub. |