* ld-elf/group1.d: Accept OBJECT symbols.

This commit is contained in:
Daniel Jacobowitz 2005-01-31 21:58:43 +00:00
parent 8c946ed5d5
commit 5371425451
2 changed files with 6 additions and 2 deletions

View 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

View 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
#...