diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-09-20 05:00:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-09-20 05:00:45 +0000 |
commit | 568caf53267fb39f112e12f8bda0da1f1fdbe719 (patch) | |
tree | c30f46b9fed11f1299332b541e7336b7fce71840 /gas | |
parent | ba5900222de9982b4ecdc8cc1d8e588d56cb0203 (diff) | |
download | gdb-568caf53267fb39f112e12f8bda0da1f1fdbe719.zip gdb-568caf53267fb39f112e12f8bda0da1f1fdbe719.tar.gz gdb-568caf53267fb39f112e12f8bda0da1f1fdbe719.tar.bz2 |
Sun Sep 20 01:00:01 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* gas/vtable/inherit1.l: Require only the word GAS somewere in the
first line of the listing.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 10 | ||||
-rw-r--r-- | gas/testsuite/gas/vtable/inherit1.l | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 2ca8b2b..7030231 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,13 @@ +Sun Sep 20 01:00:01 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * gas/vtable/inherit1.l: Require only the word GAS somewere in the + first line of the listing. + +Tue Sep 1 10:20:03 1998 Richard Henderson <rth@cygnus.com> + + * gas/ppc/astest.d: Adjust regexps to match a 64-bit host. + * gas/ppc/astest2.d: Likewise. + Mon Aug 31 13:25:07 1998 Richard Henderson <rth@cygnus.com> * gas/vtable/{entry0.d,entry1.d,inherit0.d}: Fix pattern matching diff --git a/gas/testsuite/gas/vtable/inherit1.l b/gas/testsuite/gas/vtable/inherit1.l index cbf9d2c..bdd6358 100644 --- a/gas/testsuite/gas/vtable/inherit1.l +++ b/gas/testsuite/gas/vtable/inherit1.l @@ -1,6 +1,6 @@ .*: Assembler messages: .*:1: Error: expected `vtbl_a' to have already been set for .vtable_inherit -GAS LISTING.* +.*GAS.* +1.*vtable_inherit vtbl_a, 0 |