From: Andreas Jaeger Date: Mon, 11 Mar 2002 09:26:20 +0000 (+0000) Subject: * ld-elfweak/strongdata.sym: Allow bss section for GCC 3.2 that X-Git-Tag: binutils-2_13-branchpoint~1773 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91c903ab7644f50744b99af8aa3f44b638928ebc;p=external%2Fbinutils.git * ld-elfweak/strongdata.sym: Allow bss section for GCC 3.2 that places zero initialized data in the bss. * ld-elfweak/dsodata.dsym: Likewise. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index ae38f5e..96eaf17 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2002-03-11 Andreas Jaeger + + * ld-elfweak/strongdata.sym: Allow bss section for GCC 3.2 that + places zero initialized data in the bss. + * ld-elfweak/lddsodata.dsym: Likewise. + 2002-03-07 Hans-Peter Nilsson * ld-cris/expdyn1.d: Tweak for change in elf.sc. @@ -274,7 +280,7 @@ 2002-01-29 Chris Demetriou * ld-mips-elf/emrelocs-eb.d: New file to test --embedded-relocs. - * ld-mips-elf/emrelocs-el.d: Likewise. + * ld-mips-elf/emrelocs-el.d: Likewise. * ld-mips-elf/emrelocs1.s: Likewise. * ld-mips-elf/emrelocs2.s: Likewise. * ld-mips-elf/emrelocs.ld: Likewise. @@ -401,13 +407,13 @@ * ld-mmix/locdo-1.d: Prune character dump part. * ld-mmix/local7m.d, ld-mmix/loc4.d, ld-mmix/loc4m.d, - ld-mmix/loc1.d, ld-mmix/bspec1m.d, ld-mmix/bspec2m.d, - ld-mmix/b-nosym.d, ld-mmix/b-fixo2.d, ld-mmix/b-loc64k.d, - ld-mmix/undef-3m.d, ld-mmix/locto.s, ld-mmix/loct.s, - ld-mmix/local3m.d, ld-mmix/local1m.d, ld-mmix/loc6m.d, - ld-mmix/loc2.s, ld-mmix/loc1.s, ld-mmix/gregldo1.s, - ld-mmix/dloc1.s, ld-mmix/b-widec3.s, ld-mmix/b-nosym.s: Remove - unnecessary empty lines. + ld-mmix/loc1.d, ld-mmix/bspec1m.d, ld-mmix/bspec2m.d, + ld-mmix/b-nosym.d, ld-mmix/b-fixo2.d, ld-mmix/b-loc64k.d, + ld-mmix/undef-3m.d, ld-mmix/locto.s, ld-mmix/loct.s, + ld-mmix/local3m.d, ld-mmix/local1m.d, ld-mmix/loc6m.d, + ld-mmix/loc2.s, ld-mmix/loc1.s, ld-mmix/gregldo1.s, + ld-mmix/dloc1.s, ld-mmix/b-widec3.s, ld-mmix/b-nosym.s: Remove + unnecessary empty lines. 2001-10-30 Hans-Peter Nilsson diff --git a/ld/testsuite/ld-elfweak/dsodata.dsym b/ld/testsuite/ld-elfweak/dsodata.dsym index e47fc6d..2b1f934 100644 --- a/ld/testsuite/ld-elfweak/dsodata.dsym +++ b/ld/testsuite/ld-elfweak/dsodata.dsym @@ -1,2 +1,2 @@ -[0-9a-f]*[ ]+g[ ]+DO[ ]+.(s|)data[ ]+[0-9a-f]*[ ]+(Base[ ]+|[ ]*)deallocate_foo +[0-9a-f]*[ ]+g[ ]+DO[ ]+.(s|)(data|bss)[ ]+[0-9a-f]*[ ]+(Base[ ]+|[ ]*)deallocate_foo [0-9a-f]*[ ]+g[ ]+DF[ ]+.text[ ]+[0-9a-f]*[ ]+(Base[ ]+|[ ]*)(0x[0-9a-f]*|)[ ]*foo diff --git a/ld/testsuite/ld-elfweak/strongdata.sym b/ld/testsuite/ld-elfweak/strongdata.sym index 4f8f93d..9b94377 100644 --- a/ld/testsuite/ld-elfweak/strongdata.sym +++ b/ld/testsuite/ld-elfweak/strongdata.sym @@ -1,2 +1,2 @@ -[0-9a-f]*[ ]+g[ ]+O[ ]+.(s|)data[ ]+[0-9a-f]*[ ]+deallocate_foo +[0-9a-f]*[ ]+g[ ]+O[ ]+.(s|)(data|bss)[ ]+[0-9a-f]*[ ]+deallocate_foo [0-9a-f]*[ ]+g[ ]+F[ ]+.text[ ]+[0-9a-f]*[ ]+(0x[0-9a-f]*|)[ ]*foo