src/ld ChangeLog ldlang.c

amodra@sourceware.org amodra@sourceware.org
Mon Feb 22 12:10:00 GMT 2010


CVSROOT:	/cvs/src
Module name:	src
Changes by:	amodra@sourceware.org	2010-02-22 12:09:59

Modified files:
	ld             : ChangeLog ldlang.c 

Log message:
	PR ld/11304
	* ldlang.c (exp_init_os): Delete forward declaration.
	(init_os): Don't check for bfd_section already created and don't
	init addr_tree and load_base expressions here.
	(map_input_to_output_sections): Only map input to output sections
	and set constraints here, and as an exception, create output
	sections which have their address set.  Move all the other code to..
	(create_other_output_sections): ..here.  New function.  Handle init
	of addr_tree and load_base here too.
	(lang_process): Call create_other_output_sections.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2110&r2=1.2111
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ldlang.c.diff?cvsroot=src&r1=1.329&r2=1.330



More information about the Binutils-cvs mailing list