diff options
author | Thiemo Seufer <ths@networkno.de> | 2003-09-19 15:39:42 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2003-09-19 15:39:42 +0000 |
commit | 9f6c1c4b8b74fd670fc2af651dd5df989e109779 (patch) | |
tree | 459c22790657da820fe65c4cc3908de0cf03ce64 /gas/testsuite | |
parent | 22dd2f6cc6603c12aabe6f7f36ed5a659f9aa3b8 (diff) | |
download | gdb-9f6c1c4b8b74fd670fc2af651dd5df989e109779.zip gdb-9f6c1c4b8b74fd670fc2af651dd5df989e109779.tar.gz gdb-9f6c1c4b8b74fd670fc2af651dd5df989e109779.tar.bz2 |
* gas/mips/rm7000.s: Let objdump print trailing dots.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/rm7000.s | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 2ba9151..6facbeb 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2003-09-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + * gas/mips/rm7000.s: Let objdump print trailing dots. + +2003-09-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + * gas/mips/empic3_e.s: Fix typo. 2003-09-05 Richard Sandiford <rsandifo@redhat.com> diff --git a/gas/testsuite/gas/mips/rm7000.s b/gas/testsuite/gas/mips/rm7000.s index 39de9d5..06a01b2 100644 --- a/gas/testsuite/gas/mips/rm7000.s +++ b/gas/testsuite/gas/mips/rm7000.s @@ -3,3 +3,5 @@ madu $5,$6 mflo $7 mthi $8 # No delay needed + + .space 8 |