Source-Changes archive

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

CVS commit: src/external/gpl3/binutils/dist/ld/scripttempl



Module Name:    src
Committed By:   christos
Date:           Sat Jan  4 20:17:42 UTC 2014

Modified Files:
        src/external/gpl3/binutils/dist/ld/scripttempl: elf.sc

Log Message:
gcc-4.8 has begun putting code in .text.unlikely etc. This breaks our
assumption that .text code comes first in kernels about bootblock so
that the first symbol defined becomes the start address. This change
puts .text before other .text like sections.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/external/gpl3/binutils/dist/ld/scripttempl/elf.sc

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