Source-Changes archive

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

CVS commit: src/sys/arch/alpha/stand



Module Name:    src
Committed By:   simonb
Date:           Wed Jan  5 12:16:49 UTC 2005

Modified Files:
        src/sys/arch/alpha/stand: Makefile.bootxx

Log Message:
Discard any .eh_frame sections at link time by asking ${LD} to dump the
current linker script, change references for any .eh_frame sections so
that they go in to the special "DISCARD" section so that they are not
included in the final object, and use the resultant linker script when
actually linking the bootblocks.

Idea (and most of the sed expression) from Jakub Jelinek.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/alpha/stand/Makefile.bootxx

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