diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-07-07 10:27:32 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-07-07 10:27:32 +0000 |
commit | 04c9d415c042265805da61588bd223b460c1cc5b (patch) | |
tree | 3f8335ee8b19bd6ba995b613c80a4f01d6d6cee3 /gas | |
parent | 5c324c169bf9735f120bf2f64a671aa7285574ad (diff) | |
download | gdb-04c9d415c042265805da61588bd223b460c1cc5b.zip gdb-04c9d415c042265805da61588bd223b460c1cc5b.tar.gz gdb-04c9d415c042265805da61588bd223b460c1cc5b.tar.bz2 |
opcodes/
* mips16-opc.c: Add entries for argumentless "entry" and "exit"
instructions.
gas/testsuite/
* gas/mips/mips16.d, gas/mips/mips16-64.d: Remove trailing whitespace
from ENTRY and EXIT lines.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips16-64.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips16.d | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e918828..459aafe 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2013-07-07 Richard Sandiford <rdsandiford@googlemail.com> + * gas/mips/mips16.d, gas/mips/mips16-64.d: Remove trailing whitespace + from ENTRY and EXIT lines. + +2013-07-07 Richard Sandiford <rdsandiford@googlemail.com> + * gas/mips/vr5400-ill.s, gas/mips/vr5400-ill.l: New test. * gas/mips/mips.exp: Run it. diff --git a/gas/testsuite/gas/mips/mips16-64.d b/gas/testsuite/gas/mips/mips16-64.d index 3d04ecc..95d7001 100644 --- a/gas/testsuite/gas/mips/mips16-64.d +++ b/gas/testsuite/gas/mips/mips16-64.d @@ -670,12 +670,12 @@ Disassembly of section .text: 84c: R_MIPS_NONE \*ABS\* 84c: R_MIPS_NONE \*ABS\* 850: 6500 nop - 852: e809 entry + 852: e809 entry 854: e909 entry a0 856: eb49 entry a0-a2,s0 858: e8a9 entry s0-s1,ra 85a: e829 entry ra - 85c: ef09 exit + 85c: ef09 exit 85e: ef49 exit s0 860: efa9 exit s0-s1,ra 862: ef29 exit ra diff --git a/gas/testsuite/gas/mips/mips16.d b/gas/testsuite/gas/mips/mips16.d index 7169d69..b2cc9ae 100644 --- a/gas/testsuite/gas/mips/mips16.d +++ b/gas/testsuite/gas/mips/mips16.d @@ -667,12 +667,12 @@ Disassembly of section .text: 84c: 1800 0000 jal 0 <data1> 84c: R_MIPS16_26 extern 850: 6500 nop - 852: e809 entry + 852: e809 entry 854: e909 entry a0 856: eb49 entry a0-a2,s0 858: e8a9 entry s0-s1,ra 85a: e829 entry ra - 85c: ef09 exit + 85c: ef09 exit 85e: ef49 exit s0 860: efa9 exit s0-s1,ra 862: ef29 exit ra |