This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src ld/ChangeLog ld/Makefile.am ld/Makefile.in ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	hjl@sourceware.org	2010-12-15 14:56:41

Modified files:
	ld             : ChangeLog Makefile.am Makefile.in NEWS 
	                 config.in configure configure.in genscripts.sh 
	                 ld.h ld.texinfo ldgram.y ldlang.c ldlex.l 
	ld/scripttempl : elf.sc 
	ld/testsuite   : ChangeLog 
	ld/testsuite/ld-elf: elf.exp 
	bfd            : ChangeLog elf.c 
Added files:
	ld/testsuite/ld-elf: init-mixed.c init-mixed.out 

Log message:
	Add SORT_BY_INIT_PRIORITY.
	
	bfd/
	
	2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
	
	* elf.c (_bfd_elf_new_section_hook): Special handling for
	.init_array/.fini_array output sections.
	
	ld/
	
	2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
	
	* Makefile.am (GENSCRIPTS): Add @enable_initfini_array@.
	
	* NEWS: Mention SORT_BY_INIT_PRIORITY.
	
	* configure.in: Add AC_CANONICAL_BUILD.
	Add --enable-initfini-array.
	
	* genscripts.sh (ENABLE_INITFINI_ARRAY): New.
	
	* ld.h (sort_type): Add by_init_priority.
	
	* ld.texinfo: Document SORT_BY_INIT_PRIORITY.
	
	* ldgram.y (SORT_BY_INIT_PRIORITY): New.
	(wildcard_spec): Handle SORT_BY_INIT_PRIORITY.
	
	* ldlang.c (get_init_priority): New.
	(compare_section): Use get_init_priority for by_init_priority.
	
	* ldlex.l (SORT_BY_INIT_PRIORITY): New.
	
	* scripttempl/elf.sc: Support ENABLE_INITFINI_ARRAY.
	
	* Makefile.in: Regenerated.
	* aclocal.m4: Regenerated.
	* config.in: Likewise.
	* configure: Likewise.
	
	ld/testsuite/
	
	2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
	
	* ld-elf/elf.exp (array_tests): Add init-mixed.
	(array_tests_static): Likewise.
	Also delete tmpdir/init-mixed.
	
	* ld-elf/init-mixed.c: New.
	* ld-elf/init-mixed.out: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2255&r2=1.2256
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/Makefile.am.diff?cvsroot=src&r1=1.294&r2=1.295
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/Makefile.in.diff?cvsroot=src&r1=1.320&r2=1.321
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/NEWS.diff?cvsroot=src&r1=1.116&r2=1.117
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/config.in.diff?cvsroot=src&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/configure.diff?cvsroot=src&r1=1.110&r2=1.111
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/configure.in.diff?cvsroot=src&r1=1.66&r2=1.67
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/genscripts.sh.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ld.h.diff?cvsroot=src&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ld.texinfo.diff?cvsroot=src&r1=1.267&r2=1.268
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldgram.y.diff?cvsroot=src&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldlang.c.diff?cvsroot=src&r1=1.352&r2=1.353
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldlex.l.diff?cvsroot=src&r1=1.47&r2=1.48
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/scripttempl/elf.sc.diff?cvsroot=src&r1=1.104&r2=1.105
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1337&r2=1.1338
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/init-mixed.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/init-mixed.out.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elf/elf.exp.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5211&r2=1.5212
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.526&r2=1.527


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]