diff options
author | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-09-15 10:32:38 +0100 |
---|---|---|
committer | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-09-15 11:51:07 +0100 |
commit | ea79f94a7ab96c6114b80bf78830f877325b10ff (patch) | |
tree | f284d4729398fd4f64ba6a990fafc67d8541c342 /gas/ChangeLog | |
parent | 64034f58a5fcd7746dd588b78d41b1a2f833df85 (diff) | |
download | gdb-ea79f94a7ab96c6114b80bf78830f877325b10ff.zip gdb-ea79f94a7ab96c6114b80bf78830f877325b10ff.tar.gz gdb-ea79f94a7ab96c6114b80bf78830f877325b10ff.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 788e80b..84c90c8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2014-09-15 Matthew Fortune <matthew.fortune@imgtec.com> + + * tc-mips.c (check_fpabi): Move softfloat and singlefloat + checks higher. + 2014-09-12 Jose E. Marchesi <jose.marchesi@oracle.com> * config/tc-sparc.c (sparc_ip): Update the set of allowed hwcaps |