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/testsuite/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/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 2981cef..97d6d83 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,15 @@ +2014-09-15 Matthew Fortune <matthew.fortune@imgtec.com> + + * 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. + 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com> * gas/mips/mips.exp: Add mips*-img-elf* target triple. |