NCG: Haddock validate fix
authorBen.Lippmeier@anu.edu.au <unknown>
Sun, 15 Feb 2009 06:37:10 +0000 (06:37 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Sun, 15 Feb 2009 06:37:10 +0000 (06:37 +0000)
compiler/nativeGen/PIC.hs

index 98e4f9f..6fda1e3 100644 (file)
@@ -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.