Module Name:    src
Committed By:   martin
Date:           Sat Jun  9 14:47:37 UTC 2018

Modified Files:
        src/sys/arch/macppc/stand/fixcoff [netbsd-8]: elf32_powerpc_merge.x

Log Message:
Pull up following revision(s) (requested by uwe in ticket #863):

        sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x: revision 1.6,1.7 
(patch)

PR port-macppc/52564

  . = (. + 0x0FFF) & 0xFFFFF000;

now seems to cause binutils to pad the preceding section, and when
that happens to be .text the powermac ofw is unhappy for whatever
reason.

For now provide .pad section that absorbs the padding as a workaround.
The binutils problem still needs to be looked into.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.4.1 \
    src/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x

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

Reply via email to