--- - branch: MAIN date: Sat Jan 26 16:00:04 UTC 2013 files: - new: '1.5' old: '1.4' path: src/sys/arch/luna68k/stand/boot/boot.ldscript pathrev: src/sys/arch/luna68k/stand/boot/boot.ldscript@1.5 type: modified id: 20130126T160004Z.52326a555474f28d2939a1205ebd8de5a9a9f604 log: | Add proper padding to text section for elf2aout conversion. The data and bss sections are 8 byte aligned on m68k ELF format, but a.out header doesn't have section addresses and only contains size values, so we have to pad size of text section to make data section get aligned even after elf2aout. Note elf2aout merges ELF data section into a.out text section if binary is OMAGIC (i.e. text is writable too) so only BSS section address was affected (and was almost harmless). module: src subject: 'CVS commit: src/sys/arch/luna68k/stand/boot' unixtime: '1359216004' user: tsutsui