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 binutils-2_25-branch updated. 8c4926a91872c4370042287389aef14108e39386


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, binutils-2_25-branch has been updated
       via  8c4926a91872c4370042287389aef14108e39386 (commit)
      from  51c606d5c1d28e800f7bf66cc93ab6e501bd4c9f (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=8c4926a91872c4370042287389aef14108e39386

commit 8c4926a91872c4370042287389aef14108e39386
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Tue Nov 4 23:37:28 2014 +0000

    Update .MIPS.abiflags to support MIPS R6
    
    Backport from trunk.
    
    bfd/
    
    	* elfxx-mips.c (update_mips_abiflags_isa): Add E_MIPS_ARCH_32R6
    	and E_MIPS_ARCH_64R6 support.
    
    ld/testsuite/
    
    	* ld-mips-elf/abiflags-strip10-ph.d: New file.
    	* ld-mips-elf/mips-eld.exp: Run the new test.
    
    gas/
    
    	* config/tc-mips.c (mips_elf_final_processing): Add INSN_ISA32R6
    	and INSN_ISA64R6 support.
    
    gas/testsuite/
    
    	* gas/mips/elf_arch_mips32r6.d: New file.
    	* gas/mips/elf_arch_mips64r6.d: New file.
    	* gas/mips/mips.exp: Run the new tests.

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

Summary of changes:
 bfd/ChangeLog                                  |    6 +++++
 bfd/elfxx-mips.c                               |    8 +++++++
 gas/ChangeLog                                  |    6 +++++
 gas/config/tc-mips.c                           |    8 +++++++
 gas/testsuite/ChangeLog                        |    7 ++++++
 gas/testsuite/gas/mips/elf_arch_mips32r6.d     |   21 ++++++++++++++++++
 gas/testsuite/gas/mips/elf_arch_mips64r6.d     |   21 ++++++++++++++++++
 gas/testsuite/gas/mips/mips.exp                |    2 +
 ld/testsuite/ChangeLog                         |    6 +++++
 ld/testsuite/ld-mips-elf/abiflags-strip10-ph.d |   27 ++++++++++++++++++++++++
 ld/testsuite/ld-mips-elf/mips-elf.exp          |    1 +
 11 files changed, 113 insertions(+), 0 deletions(-)
 create mode 100644 gas/testsuite/gas/mips/elf_arch_mips32r6.d
 create mode 100644 gas/testsuite/gas/mips/elf_arch_mips64r6.d
 create mode 100644 ld/testsuite/ld-mips-elf/abiflags-strip10-ph.d


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]