diff options
author | Richard Henderson <rth@redhat.com> | 1998-08-31 20:26:33 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-08-31 20:26:33 +0000 |
commit | c1b27b2228a19b940debc16d6cef328ed9487e69 (patch) | |
tree | b24e031c5a301cd6d9885b4427ef366350aec1a2 /gas/testsuite | |
parent | 9ea48b423d6a7eabaab026a1175da5346f8c2d29 (diff) | |
download | gdb-c1b27b2228a19b940debc16d6cef328ed9487e69.zip gdb-c1b27b2228a19b940debc16d6cef328ed9487e69.tar.gz gdb-c1b27b2228a19b940debc16d6cef328ed9487e69.tar.bz2 |
* gas/vtable/{entry0.d,entry1.d,inherit0.d}: Fix pattern matching
of whitespace for 64-bit hosts.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/vtable/entry0.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/vtable/entry1.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/vtable/inherit0.d | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e211b70..2ca8b2b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 31 13:25:07 1998 Richard Henderson <rth@cygnus.com> + + * gas/vtable/{entry0.d,entry1.d,inherit0.d}: Fix pattern matching + of whitespace for 64-bit hosts. + Mon Aug 31 12:45:49 1998 Richard Henderson <rth@cygnus.com> * gas/vtable/vtable.exp: New. diff --git a/gas/testsuite/gas/vtable/entry0.d b/gas/testsuite/gas/vtable/entry0.d index 6d77125..ee0bb99 100644 --- a/gas/testsuite/gas/vtable/entry0.d +++ b/gas/testsuite/gas/vtable/entry0.d @@ -4,7 +4,7 @@ .*: +file format .* RELOCATION RECORDS FOR \[.text\]: -OFFSET TYPE VALUE +OFFSET +TYPE +VALUE 0+0000010 R_.*_GNU_VTENTRY vtbl_a diff --git a/gas/testsuite/gas/vtable/entry1.d b/gas/testsuite/gas/vtable/entry1.d index e7b132b..a9d7bd5 100644 --- a/gas/testsuite/gas/vtable/entry1.d +++ b/gas/testsuite/gas/vtable/entry1.d @@ -4,7 +4,7 @@ .*: +file format .* RELOCATION RECORDS FOR \[.text\]: -OFFSET TYPE VALUE +OFFSET +TYPE +VALUE 0+0000000 R_.*_GNU_VTENTRY vtbl_a\+0x0+10 diff --git a/gas/testsuite/gas/vtable/inherit0.d b/gas/testsuite/gas/vtable/inherit0.d index 4687949..62795b1 100644 --- a/gas/testsuite/gas/vtable/inherit0.d +++ b/gas/testsuite/gas/vtable/inherit0.d @@ -4,7 +4,7 @@ .*: +file format .* RELOCATION RECORDS FOR \[.data\]: -OFFSET TYPE VALUE +OFFSET +TYPE +VALUE 0+0000000 R_.*_GNU_VTINHERIT \*ABS\* 0+0000010 R_.*_GNU_VTINHERIT vtbl_a |