diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-04 18:20:00 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-04 18:20:00 +0000 |
commit | 5199a87b39672dd030fbb232f185186d85a5a5bf (patch) | |
tree | 6bc724908cb24ca25543a5eba6b1d57fbf9503ce | |
parent | 1012bd0e5fda59fc0a86df4350b206e2b4895ad7 (diff) | |
download | gdb-5199a87b39672dd030fbb232f185186d85a5a5bf.zip gdb-5199a87b39672dd030fbb232f185186d85a5a5bf.tar.gz gdb-5199a87b39672dd030fbb232f185186d85a5a5bf.tar.bz2 |
2001-06-04 H.J. Lu <hjl@gnu.org>
* gas/mips/mips4010.s: Add the missing ".end".
* gas/mips/mips4100.s: Likewise.
* gas/mips/mips4650.s: Likewise.
* gas/mips/sync.s: Likewise.
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips4010.s | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips4100.s | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips4650.s | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/sync.s | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cb915ec..b842dd8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2001-06-04 H.J. Lu <hjl@gnu.org> + + * gas/mips/mips4010.s: Add the missing ".end". + * gas/mips/mips4100.s: Likewise. + * gas/mips/mips4650.s: Likewise. + * gas/mips/sync.s: Likewise. + 2001-06-02 H.J. Lu <hjl@gnu.org> * gas/sparc/unalign.d: Support Sparc V9. diff --git a/gas/testsuite/gas/mips/mips4010.s b/gas/testsuite/gas/mips/mips4010.s index e8d6e25..4d64d23 100644 --- a/gas/testsuite/gas/mips/mips4010.s +++ b/gas/testsuite/gas/mips/mips4010.s @@ -18,3 +18,4 @@ stuff: addciu $14,$15,16 nop nop + .end stuff diff --git a/gas/testsuite/gas/mips/mips4100.s b/gas/testsuite/gas/mips/mips4100.s index ca20e0e..b60db96 100644 --- a/gas/testsuite/gas/mips/mips4100.s +++ b/gas/testsuite/gas/mips/mips4100.s @@ -8,3 +8,4 @@ stuff: standby suspend nop + .end stuff diff --git a/gas/testsuite/gas/mips/mips4650.s b/gas/testsuite/gas/mips/mips4650.s index 52c22a1..9737f6e 100644 --- a/gas/testsuite/gas/mips/mips4650.s +++ b/gas/testsuite/gas/mips/mips4650.s @@ -6,3 +6,4 @@ stuff: madu $5,$6 mul $6,$7,$8 nop + .end stuff diff --git a/gas/testsuite/gas/mips/sync.s b/gas/testsuite/gas/mips/sync.s index 10ede6a..3482dba 100644 --- a/gas/testsuite/gas/mips/sync.s +++ b/gas/testsuite/gas/mips/sync.s @@ -4,6 +4,7 @@ foo: sync sync.p sync.l + .end foo # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ... .space 8 |