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. 263b257428741e10dc4a127cc46c57379307f421


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  263b257428741e10dc4a127cc46c57379307f421 (commit)
      from  68e0f6b16d6ce24c912affec6b049a5452c7df3e (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=263b257428741e10dc4a127cc46c57379307f421

commit 263b257428741e10dc4a127cc46c57379307f421
Author: mfortune <matthew.fortune@imgtec.com>
Date:   Wed May 7 22:37:00 2014 +0100

    Implement CONVERT_SYMBOLIC_ATTRIBUTE for MIPS.
    
    gas/
    	* config/tc-mips.c (streq): Define.
    	(mips_convert_symbolic_attribute): New function.
    	* config/tc-mips.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
    	(mips_convert_symbolic_attribute): New prototype
    
    gas/testsuite/
    	* gas/mips/attr-gnu-abi-fp-1.s: New.
    	* gas/mips/attr-gnu-abi-fp-1.d: New.
    	* gas/mips/attr-gnu-abi-msa-1.s: New.
    	* gas/mips/attr-gnu-abi-msa-1.d: New.
    	* gas/mips/mips.exp: Add new tests.

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

Summary of changes:
 gas/ChangeLog                               |    7 +++++
 gas/config/tc-mips.c                        |   33 +++++++++++++++++++++++++++
 gas/config/tc-mips.h                        |    3 ++
 gas/testsuite/ChangeLog                     |    8 ++++++
 gas/testsuite/gas/mips/attr-gnu-abi-fp-1.d  |    8 ++++++
 gas/testsuite/gas/mips/attr-gnu-abi-fp-1.s  |    1 +
 gas/testsuite/gas/mips/attr-gnu-abi-msa-1.d |    7 +++++
 gas/testsuite/gas/mips/attr-gnu-abi-msa-1.s |    1 +
 gas/testsuite/gas/mips/mips.exp             |    3 ++
 9 files changed, 71 insertions(+), 0 deletions(-)
 create mode 100644 gas/testsuite/gas/mips/attr-gnu-abi-fp-1.d
 create mode 100644 gas/testsuite/gas/mips/attr-gnu-abi-fp-1.s
 create mode 100644 gas/testsuite/gas/mips/attr-gnu-abi-msa-1.d
 create mode 100644 gas/testsuite/gas/mips/attr-gnu-abi-msa-1.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]