diff options
author | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-09-02 08:25:23 +0100 |
---|---|---|
committer | Matthew Fortune <matthew.fortune@imgtec.com> | 2014-09-06 18:00:01 +0100 |
commit | dc8cfd83b4e0c8cf04c0f9eaf63e3353f459d42a (patch) | |
tree | 689ab95fb9e9809a49d242c624b267f5e0480668 /gas/testsuite | |
parent | b38b83dc8523d21c7648e706dc0245b4595b44b3 (diff) | |
download | gdb-dc8cfd83b4e0c8cf04c0f9eaf63e3353f459d42a.zip gdb-dc8cfd83b4e0c8cf04c0f9eaf63e3353f459d42a.tar.gz gdb-dc8cfd83b4e0c8cf04c0f9eaf63e3353f459d42a.tar.bz2 |
MIPS testsuite cleanup - part 2
gas/testsuite/
* gas/mips/module-defer-warn2.l: Ignore differences in output from
64-bit vs 32-bit targets using O32.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/module-defer-warn2.l | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3802eaa..7ee02fc 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2014-09-06 Matthew Fortune <matthew.fortune@imgtec.com> + * gas/mips/module-defer-warn2.l: Ignore differences in output from + 64-bit vs 32-bit targets using O32. + +2014-09-06 Matthew Fortune <matthew.fortune@imgtec.com> + * gas/elf/type.e: Account for new sections. * gas/mips/mips16-e.d: Likewise. * gas/mips/mips16-f.d: Likewise. diff --git a/gas/testsuite/gas/mips/module-defer-warn2.l b/gas/testsuite/gas/mips/module-defer-warn2.l index f03ad48..bd37c29 100644 --- a/gas/testsuite/gas/mips/module-defer-warn2.l +++ b/gas/testsuite/gas/mips/module-defer-warn2.l @@ -1,3 +1,3 @@ .*: Assembler messages: -.*:2: Error: `gp=64' used with a 32-bit processor -.*:2: Error: `fp=64' used with a 32-bit fpu +.*:2: Error: `gp=64' used with a 32-bit.* +.*:2: .*: `fp=64' used with a 32-bit.* |