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. cc8536de0fb8f40587cf99dad9460237ce9af7a7


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  cc8536de0fb8f40587cf99dad9460237ce9af7a7 (commit)
       via  c25992074e0d8eb7de186238e859e81130a3fa9b (commit)
       via  0193db20ccc68942542bd96c860ae8749d50093f (commit)
       via  b5736530ad5d8aec4c1b5a93be47260699afdf82 (commit)
      from  b2f93c5011cab00f31669363577b938697752e43 (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=cc8536de0fb8f40587cf99dad9460237ce9af7a7

commit cc8536de0fb8f40587cf99dad9460237ce9af7a7
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Tue Oct 21 11:58:19 2014 +0100

    MIPS Documentation fixes
    
    Import from trunk.
    
    gas/
    	* doc/as.texinfo: Update the MIPS FP ABI descriptions.
    	* doc/c-mips.texi: Spell check and correct throughout.

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

commit c25992074e0d8eb7de186238e859e81130a3fa9b
Author: Maciej W. Rozycki <macro@codesourcery.com>
Date:   Tue Oct 21 23:06:23 2014 +0100

    MIPS/GAS: Correct file option settings with `.insn'
    
    Import from trunk.
    
    This makes sure `HAVE_CODE_COMPRESSION' evaluates correctly when the
    `.insn' directive is used at the beginning of a source file before any
    instructions have been produced and that ELF file header's MIPS16 and
    microMIPS ASE flags are set correctly in the case where no instructions
    have been produced other than with the said directive.
    
    	gas/
    	* config/tc-mips.c (s_insn): Set file options.
    
    	gas/testsuite/
    	* gas/mips/insn-opts.d: New test.
    	* gas/mips/insn-opts.s: New test source.
    	* gas/mips/mips.exp: Run the new test.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0193db20ccc68942542bd96c860ae8749d50093f

commit 0193db20ccc68942542bd96c860ae8749d50093f
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Fri Oct 17 20:25:09 2014 +0100

    Fix bad @value references in MIPS documentation
    
    Import from trunk.
    
    gas/
    
    	* doc/c-mips.texi: Fix bad @value references.

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

commit b5736530ad5d8aec4c1b5a93be47260699afdf82
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Fri Oct 17 11:07:17 2014 +0100

    Show information about unknown ASEs and extensions in .MIPS.abiflags
    
    Import from trunk.
    
    bfd/
    	* elfxx-mips.c (print_mips_ases): Print unknown ASEs.
    	(print_mips_isa_ext): Print the value of an unknown extension.
    
    binutils/
    
    	* readelf.c (print_mips_ases): Print unknown ASEs.
    	(print_mips_isa_ext): Print the value of an unknown extension.
    
    include/
    
    	* elf/mips.h (AFL_ASE_MASK): Define.

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

Summary of changes:
 bfd/ChangeLog                      |    7 +++++++
 bfd/elfxx-mips.c                   |    4 +++-
 binutils/ChangeLog                 |    7 +++++++
 binutils/readelf.c                 |    4 +++-
 gas/ChangeLog                      |   20 +++++++++++++++++++-
 gas/config/tc-mips.c               |    4 ++++
 gas/doc/as.texinfo                 |   21 ++++++++++++++++-----
 gas/doc/c-mips.texi                |   10 +++++-----
 gas/testsuite/ChangeLog            |    8 ++++++++
 gas/testsuite/gas/mips/insn-opts.d |   18 ++++++++++++++++++
 gas/testsuite/gas/mips/insn-opts.s |   23 +++++++++++++++++++++++
 gas/testsuite/gas/mips/mips.exp    |    1 +
 include/ChangeLog                  |    6 ++++++
 include/elf/mips.h                 |    1 +
 14 files changed, 121 insertions(+), 13 deletions(-)
 create mode 100644 gas/testsuite/gas/mips/insn-opts.d
 create mode 100644 gas/testsuite/gas/mips/insn-opts.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]