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]

gdb and binutils branch master updated. 1c2de46353b80e9e5b4d80d5edab00a42b8ba77d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  1c2de46353b80e9e5b4d80d5edab00a42b8ba77d (commit)
      from  af09351e0ff592aed4f17b113c292a7a6d5cf149 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1c2de46353b80e9e5b4d80d5edab00a42b8ba77d

commit 1c2de46353b80e9e5b4d80d5edab00a42b8ba77d
Author: Sandra Loosemore <sandra@codesourcery.com>
Date:   Mon Feb 3 08:42:42 2014 -0800

    Nios II large-GOT relocations
    
    2014-02-03  Sandra Loosemore  <sandra@codesourcery.com>
    
    	include/elf/
    	* nios2.h (R_NIOS2_GOT_LO, R_NIOS2_GOT_HA): New.
    	(R_NIOS2_CALL_LO, R_NIOS2_CALL_HA): New.
    	(R_NIOS2_ILLEGAL): Adjust.
    
    	gas/
    	* config/tc-nios2.c (md_apply_fix): Test for new relocs.
    	(nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
    	%got_hiadj relocation operators.  Sort table and add comment
    	to explain ordering.
    	(nios2_fix_adjustable): Test for new relocs.
    	* doc/c-nios2.texi (Nios II Relocations): Document new relocation
    	operators.
    
    	bfd/
    	* reloc.c (BFD_RELOC_NIOS2_GOT_LO, BFD_RELOC_NIOS2_GOT_HA): New.
    	(BFD_RELOC_NIOS2_CALL_LO, BFD_RELOC_NIOS2_CALL_HA): New.
    	* libbfd.h: Regenerated.
    	* bfd-in2.h: Regenerated.
    	* elf32-nios2.c (elf_nios2_howto_table_rel): Add new relocations.
    	(nios2_reloc_map): Likewise.
    	(GOT_USED, CALL_USED): Renamed from GOT16_USED and CALL16_USED.
    	Fixed all references.
    	(nios2_elf32_relocate_section): Add new relocations.
    	(nios2_elf32_check_relocs): Likewise.
    	(nios2_elf32_gc_sweep_hook): Likewise.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog         |   14 +++++
 bfd/bfd-in2.h         |    4 ++
 bfd/elf32-nios2.c     |  126 ++++++++++++++++++++++++++++++++++++++++++++-----
 bfd/libbfd.h          |    4 ++
 bfd/reloc.c           |    8 +++
 gas/ChangeLog         |   10 ++++
 gas/config/tc-nios2.c |   24 ++++++++--
 gas/doc/c-nios2.texi  |    8 +++
 include/elf/ChangeLog |    6 ++
 include/elf/nios2.h   |    6 ++-
 10 files changed, 192 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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