diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-05-07 20:14:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-05-07 20:14:19 +0000 |
commit | ae79a20bb8b457f2be0c6913df3ce35c0a0ba052 (patch) | |
tree | 9a24058e5f0c7055cf31a58b81681dec5dd57f9f /gas | |
parent | 662a6d9e111c4e2658b3392b8e9e18a25e4b4d2c (diff) | |
download | gdb-ae79a20bb8b457f2be0c6913df3ce35c0a0ba052.zip gdb-ae79a20bb8b457f2be0c6913df3ce35c0a0ba052.tar.gz gdb-ae79a20bb8b457f2be0c6913df3ce35c0a0ba052.tar.bz2 |
* gas/mips/lifloat.s: Update for recent changes to floating point
handling.
* gas/mips/lif-empic.d, gas/mips/lif-svr4pic.d: Likewise.
* gas/mips/lif-xgot.d, gas/mips/lifloat.d: Likewise.
* gas/mips/mips.exp: Handle Irix 6 like Irix 5.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 14 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/lif-empic.d | 9 |
2 files changed, 19 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3edaf21..30c50ae 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,16 @@ +Wed May 7 16:12:24 1997 Ian Lance Taylor <ian@cygnus.com> + + * gas/mips/lifloat.s: Update for recent changes to floating point + handling. + * gas/mips/lif-empic.d, gas/mips/lif-svr4pic.d: Likewise. + * gas/mips/lif-xgot.d, gas/mips/lifloat.d: Likewise. + + * gas/mips/mips.exp: Handle Irix 6 like Irix 5. + +Sat Apr 19 23:16:35 1997 Niklas Hallqvist <niklas@petra.appli.se> + + * gas/mips/mips.exp: Handle OpenBSD like NetBSD. + start-sanitize-d30v Wed Apr 16 12:20:24 1997 Martin Hunt <hunt@cygnus.com> @@ -6,7 +19,6 @@ Wed Apr 16 12:20:24 1997 Martin Hunt <hunt@cygnus.com> * gas/d30v/opt.d: Rebuild. end-sanitize-d30v - Tue Apr 15 18:10:01 1997 Gavin Koch <gavin@cygnus.com> * gas/mips/{delay.d,nodelay.d}: added. diff --git a/gas/testsuite/gas/mips/lif-empic.d b/gas/testsuite/gas/mips/lif-empic.d index 785ae47..5b9e3f7 100644 --- a/gas/testsuite/gas/mips/lif-empic.d +++ b/gas/testsuite/gas/mips/lif-empic.d @@ -16,6 +16,9 @@ Disassembly of section .text: [ ]*c: [A-Z0-9_]*LITERAL[A-Z0-9_]* .lit8.* 0+0010 <[^>]*> lwc1 \$f[45],-16364\(\$gp\) [ ]*10: [A-Z0-9_]*LITERAL[A-Z0-9_]* .lit8.* -0+0014 <[^>]*> lui \$a0,0x3f80 -0+0018 <[^>]*> lui \$at,0x3f80 -0+001c <[^>]*> mtc1 \$at,\$f4 +0+0014 <[^>]*> lui \$a0,0x3f8f +0+0018 <[^>]*> ori \$a0,\$a0,0xcd36 +0+001c <[^>]*> lui \$at,0x3f8f +0+0020 <[^>]*> ori \$at,\$at,0xcd36 +0+0024 <[^>]*> mtc1 \$at,\$f4 + ... |