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


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  ea79f94a7ab96c6114b80bf78830f877325b10ff (commit)
      from  64034f58a5fcd7746dd588b78d41b1a2f833df85 (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=ea79f94a7ab96c6114b80bf78830f877325b10ff

commit ea79f94a7ab96c6114b80bf78830f877325b10ff
Author: Matthew Fortune <matthew.fortune@imgtec.com>
Date:   Mon Sep 15 10:32:38 2014 +0100

    Ensure softfloat and singlefloat take precedence in consistency checks
    
    gas/
    
    	* tc-mips.c (check_fpabi): Move softfloat and singlefloat
    	checks higher.
    
    gas/testsuite/
    
    	* gas/mips/attr-gnu-4-5-msingle-float.l: New file.
    	* gas/mips/attr-gnu-4-5-msingle-float.s: Likewise.
    	* gas/mips/attr-gnu-4-5-msoft-float.l: Likewise.
    	* gas/mips/attr-gnu-4-5-msoft-float.s: Likewise.
    	* gas/mips/attr-gnu-4-6-msingle-float.l: Update expected output.
    	* gas/mips/attr-gnu-4-6-msoft-float.l: Likewise.
    	* gas/mips/attr-gnu-4-7-msingle-float.l: Likewise.
    	* gas/mips/attr-gnu-4-7-msoft-float.l: Likewise.
    	* gas/mips/mips.exp: Update expected output for FP ABI 5,6,7.

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

Summary of changes:
 gas/ChangeLog                                      |    5 ++++
 gas/config/tc-mips.c                               |   24 ++++++++++----------
 gas/testsuite/ChangeLog                            |   12 ++++++++++
 .../gas/mips/attr-gnu-4-5-msingle-float.l          |    2 +
 ...r-gnu-4-5-64.s => attr-gnu-4-5-msingle-float.s} |    0
 gas/testsuite/gas/mips/attr-gnu-4-5-msoft-float.l  |    2 +
 ...ttr-gnu-4-5-64.s => attr-gnu-4-5-msoft-float.s} |    0
 .../gas/mips/attr-gnu-4-6-msingle-float.l          |    2 +-
 gas/testsuite/gas/mips/attr-gnu-4-6-msoft-float.l  |    2 +-
 .../gas/mips/attr-gnu-4-7-msingle-float.l          |    2 +-
 gas/testsuite/gas/mips/attr-gnu-4-7-msoft-float.l  |    2 +-
 gas/testsuite/gas/mips/mips.exp                    |   12 +++++-----
 12 files changed, 43 insertions(+), 22 deletions(-)
 create mode 100644 gas/testsuite/gas/mips/attr-gnu-4-5-msingle-float.l
 copy gas/testsuite/gas/mips/{attr-gnu-4-5-64.s => attr-gnu-4-5-msingle-float.s} (100%)
 create mode 100644 gas/testsuite/gas/mips/attr-gnu-4-5-msoft-float.l
 copy gas/testsuite/gas/mips/{attr-gnu-4-5-64.s => attr-gnu-4-5-msoft-float.s} (100%)


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]