Fix tests to pass on ARM targets
authorNick Clifton <nickc@redhat.com>
Mon, 8 Feb 1999 17:29:05 +0000 (17:29 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 8 Feb 1999 17:29:05 +0000 (17:29 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/vtable/entry1.d
gas/testsuite/gas/vtable/inherit0.s

index 6450b61c72d72bb9fb22f2de2c716313678cd9c6..0e182ce90021e7a4f7f7be992221bb8db03b5af1 100644 (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>
 
index a9d7bd53cac1e5d4516e7df9bedfafc07fdd1f50..7fa6e4b743d1fa457abfaa3a18d99bcb57fc7a2b 100644 (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.*
 
 
index 37f1b952635f5ffd83aeb0d5014bdde1ae0d9fba..d438df6954ff935d4bf59b7a8f854a26ffce2041 100644 (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
This page took 0.029147 seconds and 4 git commands to generate.