Fix tests to pass on ARM targets

This commit is contained in:
Nick Clifton
1999-02-08 17:29:05 +00:00
parent 5510d6a1c7
commit 9db7f240c3
3 changed files with 11 additions and 3 deletions

View File

@@ -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>

View File

@@ -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.*

View File

@@ -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