Subject: CVS commit: src/sys/arch/alpha/stand
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 01/05/2005 12:16:49
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.