* 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 f9ac33d4bd513b9085705d6fe37571afd597668e..d2f5d4fe7b6d532798873bb29d1abe86ef2ba15e 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 d0ba84c74ec3065275e7aa79a041262984becd30..fca0837dd529ab39e12e7d8014632d3f10861c62 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
 #...
This page took 0.030647 seconds and 4 git commands to generate.