diff options
author | Jeff Law <law@redhat.com> | 2001-12-07 16:14:03 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-12-07 16:14:03 +0000 |
commit | 78c3a8103aa606a414630d032f36e9c051d926ae (patch) | |
tree | 8b269e8f420f1c75ea2197508a03ef81702dea2f /gas | |
parent | 584e692ddaa25d3bd4f4cf602c7a23fd6e7a3662 (diff) | |
download | gdb-78c3a8103aa606a414630d032f36e9c051d926ae.zip gdb-78c3a8103aa606a414630d032f36e9c051d926ae.tar.gz gdb-78c3a8103aa606a414630d032f36e9c051d926ae.tar.bz2 |
* gas/hppa/parse/linesepbug.s: Restore to its original form,
reverting change of July 19, 2000.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/hppa/parse/linesepbug.s | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 7479d05..72da546 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 7 09:16:07 2001 Jeffrey A Law (law@cygnus.com) + + * gas/hppa/parse/linesepbug.s: Restore to its original form, + reverting change of July 19, 2000. + 2001-12-05 Richard Earnshaw <rearnsha@arm.com> * gas/arm/xscale.s, gas/arm/xscale.d (pld tests): PLD instruction has diff --git a/gas/testsuite/gas/hppa/parse/linesepbug.s b/gas/testsuite/gas/hppa/parse/linesepbug.s index 7bc528e..13f84b7 100644 --- a/gas/testsuite/gas/hppa/parse/linesepbug.s +++ b/gas/testsuite/gas/hppa/parse/linesepbug.s @@ -8,5 +8,5 @@ ; selectors to make sure they're handled correctly. foo: - .WORD 0! .IMPORT $bar$,DATA + .WORD 0 !.IMPORT $bar$,DATA |