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/elf32-arm.c bfd/reloc.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2010-03-18 11:22:46

Modified files:
	bfd            : ChangeLog elf32-arm.c reloc.c bfd-in2.h 
	                 libbfd.h 
	gas            : ChangeLog 
	gas/config     : tc-arm.c 
	gas/doc        : c-arm.texi 
	gas/testsuite  : ChangeLog 
Added files:
	gas/testsuite/gas/arm: got_prel.d got_prel.s 

Log message:
	bfd/
	2010-03-15  Wei Guozhi  <carrot@google.com>
	
	PR gas/11323
	* bfd-in2.h (enum bfd_reloc_code_real): New BFD_RELOC_GOT_PREL type.
	* elf32-arm.c (elf32_arm_reloc_map): BFD_RELOC_GOT_PREL to
	R_ARM_GOT_PREL map.
	* libbfd.h (bfd_reloc_code_real_names): BFD_RELOC_GOT_PREL name.
	* reloc.c (comments): Document the new relocation.
	
	gas/
	2010-03-15  Wei Guozhi  <carrot@google.com>
	
	PR gas/11323
	* config/tc-arm.c (reloc_names): New relocation names.
	(md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
	(tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
	* doc/c-arm.texi (ARM-Relocations): Document the new relocation.
	
	gas/testsuite
	2010-03-15  Wei Guozhi  <carrot@google.com>
	
	PR gas/11323
	* gas/arm/got_prel.s: New test case.
	* gas/arm/got_prel.d: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4958&r2=1.4959
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf32-arm.c.diff?cvsroot=src&r1=1.228&r2=1.229
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/reloc.c.diff?cvsroot=src&r1=1.199&r2=1.200
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/bfd-in2.h.diff?cvsroot=src&r1=1.507&r2=1.508
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/libbfd.h.diff?cvsroot=src&r1=1.227&r2=1.228
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4115&r2=1.4116
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.437&r2=1.438
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/doc/c-arm.texi.diff?cvsroot=src&r1=1.68&r2=1.69
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1647&r2=1.1648
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/got_prel.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/got_prel.s.diff?cvsroot=src&r1=NONE&r2=1.1


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