Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/lib/csu/m68k_elf



Module Name:    basesrc
Committed By:   scw
Date:           Sat Oct 13 09:21:51 UTC 2001

Modified Files:
        basesrc/lib/csu/m68k_elf: dot_init.h

Log Message:
Reduce the alignment constraint from 4 to 2. This fixes the problem where
gas(2) pads the text segment with 0x0 instead of NOP. Since m68k instructions
only need 16-bit alignment, .align 2 works just fine.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/csu/m68k_elf/dot_init.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index