* ld-elf/group1.d: Accept OBJECT symbols.
authorDaniel Jacobowitz <drow@false.org>
Mon, 31 Jan 2005 21:58:43 +0000 (21:58 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 31 Jan 2005 21:58:43 +0000 (21:58 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/group1.d

index f9ac33d..d2f5d4f 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ld-elf/group1.d: Accept OBJECT symbols.
+
 2005-01-31  Richard Sandiford  <rsandifo@redhat.com>
 
        * ld-mips-elf/eh-frame1.s: Create a .gcc_compiled_long32 if using
index d0ba84c..fca0837 100644 (file)
@@ -4,6 +4,6 @@
 #readelf: -s
 Symbol table '.symtab' contains .* entries:
 #...
-    .*: 0[0]*1000     0 NOTYPE  WEAK   DEFAULT    . foo
-    .*: 0[0]*0000     0 NOTYPE  GLOBAL DEFAULT  UND bar
+    .*: 0[0]*1000     0 (NOTYPE|OBJECT)  WEAK   DEFAULT    . foo
+    .*: 0[0]*0000     0 (NOTYPE|OBJECT)  GLOBAL DEFAULT  UND bar
 #...