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 bfd/ChangeLog bfd/coffcode.h ld/testsuite/ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2013-05-10 13:08:24

Modified files:
	bfd            : ChangeLog coffcode.h 
	ld/testsuite   : ChangeLog 
	ld/testsuite/ld-powerpc: aix-core-sec-1.hd aix-core-sec-2.hd 
	                         aix-core-sec-3.hd 

Log message:
	XCOFF/AIX: Remove SEC_ALLOC flags for unmapped sections.
	
	The .except, .loader and .typchk are not mapped to memory,
	so do not set their SEC_ALLOC flag.
	
	bfd/ChangeLog:
	
	* coffcode.h (styp_to_sec_flags) [RS6000COFF_C]: Add handling
	of STYP_EXCEPT, STYP_LOADER and STYP_TYPCHK sections.
	
	ld/testsuite/ChangeLog:
	
	* ld-powerpc/aix-core-sec-1.hd, ld-powerpc/aix-core-sec-2.hd,
	ld-powerpc/aix-core-sec-3.hd: Adjust expected section flags
	for section .loader.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.6054&r2=1.6055
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/coffcode.h.diff?cvsroot=src&r1=1.185&r2=1.186
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1718&r2=1.1719
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-powerpc/aix-core-sec-1.hd.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-powerpc/aix-core-sec-2.hd.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-powerpc/aix-core-sec-3.hd.diff?cvsroot=src&r1=1.1&r2=1.2


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