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. 553d1284b7820ebc88a2e9500d813441c642bdc9


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  553d1284b7820ebc88a2e9500d813441c642bdc9 (commit)
      from  5784b3caf8e2d55339994067e7f05dd047109b87 (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=553d1284b7820ebc88a2e9500d813441c642bdc9

commit 553d1284b7820ebc88a2e9500d813441c642bdc9
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Nov 13 11:07:31 2014 -0800

    Add assembler support for @gotplt
    
    Obsolete R_X86_64_GOTPLT64 and treat it the same as R_X86_64_GOT64.
    
    bfd/
    
    	PR gas/17598
    	* elf64-x86-64.c (elf_x86_64_check_relocs): Treat
    	R_X86_64_GOTPLT64 the same as R_X86_64_GOT64.
    	(elf_x86_64_relocate_section): Likewise.
    
    gas/
    
    	PR gas/17598
    	* config/tc-i386.c (reloc): Support BFD_RELOC_X86_64_GOTPLT64.
    
    gas/testsuite/
    
    	PR gas/17598
    	* gas/i386/reloc64.s: Add @gotplt check.
    
    	* gas/i386/reloc64.d: Updated.
    	* gas/i386/reloc64.l: Likewise.
    
    ld/testsuite/
    
    	PR gas/17598
    	* ld-x86-64/x86-64.exp: Run gotplt1.
    
    	* ld-x86-64/gotplt1.d: New file.
    	* ld-x86-64/gotplt1.s: Likewise.

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

Summary of changes:
 bfd/ChangeLog                     |    7 +++++++
 bfd/elf64-x86-64.c                |   17 +----------------
 gas/ChangeLog                     |    5 +++++
 gas/config/tc-i386.c              |    3 +++
 gas/testsuite/ChangeLog           |    8 ++++++++
 gas/testsuite/gas/i386/reloc64.d  |    2 ++
 gas/testsuite/gas/i386/reloc64.l  |   10 ++++++++++
 gas/testsuite/gas/i386/reloc64.s  |   16 ++++++++++++++++
 ld/testsuite/ChangeLog            |    8 ++++++++
 ld/testsuite/ld-x86-64/gotplt1.d  |    6 ++++++
 ld/testsuite/ld-x86-64/gotplt1.s  |    5 +++++
 ld/testsuite/ld-x86-64/x86-64.exp |    1 +
 12 files changed, 72 insertions(+), 16 deletions(-)
 create mode 100644 ld/testsuite/ld-x86-64/gotplt1.d
 create mode 100644 ld/testsuite/ld-x86-64/gotplt1.s


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]