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


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  a8d14a88922c353d99250521a4fd2129a49b7810 (commit)
      from  cf3f45fad7811e89d6b586a1a429a314e3db9f53 (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=a8d14a88922c353d99250521a4fd2129a49b7810

commit a8d14a88922c353d99250521a4fd2129a49b7810
Author: Catherine Moore <clm@codesourcery.com>
Date:   Tue Nov 19 04:44:59 2013 -0800

    2013-11-19  Catherine Moore  <clm@codesourcery.com>
    
    	gas/
    	* config/tc-mips.c (mips_fix_pmc_rm7000): Declare.
    	(options): Add OPTION_FIX_PMC_RM7000 and OPTION_NO_FIX_PMC_RM7000.
    	(md_longopts): Add mfix-pmc-rm7000 and mno-fix-pmc-rm7000.
    	(INSN_DMULT): Define.
    	(INSN_DMULTU): Define.
    	(insns_between): Detect PMC RM7000 errata.
    	(md_parse_option): Supprt OPTION_FIX_PMC_RM7000 and
    	OPTION_NO_FIX_PMC_RM7000.
    	* doc/as.texinfo: Document new options.
    	* doc/c-mips.texi: Likewise.
    
    	gas/testsuite/
    	* gas/mips/fix-pmc-rm7000-1.d: New.
    	* gas/mips/fix-pmc-rm7000-1.s: New.
    	* gas/mips/fix-pmc-rm7000-2.d: New.
    	* gas/mips/fix-pmc-rm7000-2.s: New.
    	* gas/mips/micromips@fix-pmc-rm7000-1.d: New.
    	* gas/mips/micromips@fix-pmc-rm7000-2.d: New.
    	* gas/mips/mips.exp: Run new tests.

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

Summary of changes:
 gas/ChangeLog                                   |   13 +++++
 gas/config/tc-mips.c                            |   33 ++++++++++++-
 gas/doc/as.texinfo                              |    6 ++
 gas/doc/c-mips.texi                             |    5 ++
 gas/testsuite/ChangeLog                         |   10 ++++
 gas/testsuite/gas/mips/fix-rm7000-1.d           |   22 +++++++++
 gas/testsuite/gas/mips/fix-rm7000-1.s           |   10 ++++
 gas/testsuite/gas/mips/fix-rm7000-2.d           |   57 +++++++++++++++++++++++
 gas/testsuite/gas/mips/fix-rm7000-2.s           |   25 ++++++++++
 gas/testsuite/gas/mips/micromips@fix-rm7000-1.d |   16 ++++++
 gas/testsuite/gas/mips/micromips@fix-rm7000-2.d |   31 ++++++++++++
 gas/testsuite/gas/mips/mips.exp                 |    4 ++
 12 files changed, 230 insertions(+), 2 deletions(-)
 create mode 100644 gas/testsuite/gas/mips/fix-rm7000-1.d
 create mode 100644 gas/testsuite/gas/mips/fix-rm7000-1.s
 create mode 100644 gas/testsuite/gas/mips/fix-rm7000-2.d
 create mode 100644 gas/testsuite/gas/mips/fix-rm7000-2.s
 create mode 100644 gas/testsuite/gas/mips/micromips@fix-rm7000-1.d
 create mode 100644 gas/testsuite/gas/mips/micromips@fix-rm7000-2.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]