diff options
author | Jeff Law <law@redhat.com> | 1993-11-28 06:52:42 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-11-28 06:52:42 +0000 |
commit | 5f74c940427d0df5814e886582971072440010dc (patch) | |
tree | 3f5caa08a8385745f36b5a84bcab968fdcff2b7b | |
parent | 1421609c24dd0249e7fc585bd0dd7f9e450a4848 (diff) | |
download | gdb-5f74c940427d0df5814e886582971072440010dc.zip gdb-5f74c940427d0df5814e886582971072440010dc.tar.gz gdb-5f74c940427d0df5814e886582971072440010dc.tar.bz2 |
* gas/all/p2425.s: Insert a tab before assembler directives so
that the directives are not interpreted as labels.
* gas/hppa/basic/weird.s: Sync with GDB version.
* gas/hppa/more.parse/labelbug.s: New test.
* gas/hppa/more.parse/parse.exp: Run it.
-rw-r--r-- | gas/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index b160628..0b00f57 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Sat Nov 27 22:50:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * gas/all/p2425.s: Insert a tab before assembler directives so + that the directives are not interpreted as labels. + + * gas/hppa/basic/weird.s: Sync with GDB version. + + * gas/hppa/more.parse/labelbug.s: New test. + + * gas/hppa/more.parse/parse.exp: Run it. + Wed Nov 24 01:25:03 1993 Jeffrey A. Law (law@snake.cs.utah.edu) * gas/hppa/reloc/fixupbug.s: New test. |