* gas/vtable/{entry0.d,entry1.d,inherit0.d}: Fix pattern matching
of whitespace for 64-bit hosts.
This commit is contained in:
parent
9ea48b423d
commit
c1b27b2228
4 changed files with 8 additions and 3 deletions
|
@ -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>
|
Mon Aug 31 12:45:49 1998 Richard Henderson <rth@cygnus.com>
|
||||||
|
|
||||||
* gas/vtable/vtable.exp: New.
|
* gas/vtable/vtable.exp: New.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
.*: +file format .*
|
.*: +file format .*
|
||||||
|
|
||||||
RELOCATION RECORDS FOR \[.text\]:
|
RELOCATION RECORDS FOR \[.text\]:
|
||||||
OFFSET TYPE VALUE
|
OFFSET +TYPE +VALUE
|
||||||
0+0000010 R_.*_GNU_VTENTRY vtbl_a
|
0+0000010 R_.*_GNU_VTENTRY vtbl_a
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
.*: +file format .*
|
.*: +file format .*
|
||||||
|
|
||||||
RELOCATION RECORDS FOR \[.text\]:
|
RELOCATION RECORDS FOR \[.text\]:
|
||||||
OFFSET TYPE VALUE
|
OFFSET +TYPE +VALUE
|
||||||
0+0000000 R_.*_GNU_VTENTRY vtbl_a\+0x0+10
|
0+0000000 R_.*_GNU_VTENTRY vtbl_a\+0x0+10
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
.*: +file format .*
|
.*: +file format .*
|
||||||
|
|
||||||
RELOCATION RECORDS FOR \[.data\]:
|
RELOCATION RECORDS FOR \[.data\]:
|
||||||
OFFSET TYPE VALUE
|
OFFSET +TYPE +VALUE
|
||||||
0+0000000 R_.*_GNU_VTINHERIT \*ABS\*
|
0+0000000 R_.*_GNU_VTINHERIT \*ABS\*
|
||||||
0+0000010 R_.*_GNU_VTINHERIT vtbl_a
|
0+0000010 R_.*_GNU_VTINHERIT vtbl_a
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue