forked from Imagelibrary/binutils-gdb
Fix tests to pass on ARM targets
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
1999-02-08 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* gas/vtable/inherit0.s: Do not use '@' prefix to .type operator.
|
||||
Some ports use it as a comment initiator.
|
||||
|
||||
* gas/vtable/entry1.d: Do not look for an addend. Some ports use
|
||||
REL relocations and so do not have one.
|
||||
|
||||
start-sanitize-cygnus
|
||||
Fri Feb 5 19:53:52 1999 Doug Evans <devans@canuck.cygnus.com>
|
||||
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
|
||||
RELOCATION RECORDS FOR \[.text\]:
|
||||
OFFSET +TYPE +VALUE
|
||||
0+0000000 R_.*_GNU_VTENTRY vtbl_a\+0x0+10
|
||||
0+0000000 R_.*_GNU_VTENTRY vtbl_a.*
|
||||
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
.data
|
||||
|
||||
.type vtbl_a,@object
|
||||
.type vtbl_a,object
|
||||
vtbl_a:
|
||||
.space 16
|
||||
.size vtbl_a,16
|
||||
.vtable_inherit vtbl_a, 0
|
||||
|
||||
.type vtbl_b,@object
|
||||
.type vtbl_b,object
|
||||
vtbl_b:
|
||||
.space 16
|
||||
.size vtbl_b,16
|
||||
|
||||
Reference in New Issue
Block a user