* ld-elfweak/strongdata.sym: Allow bss section for GCC 3.2 that
authorAndreas Jaeger <aj@suse.de>
Mon, 11 Mar 2002 09:26:20 +0000 (09:26 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 11 Mar 2002 09:26:20 +0000 (09:26 +0000)
places zero initialized data in the bss.
* ld-elfweak/dsodata.dsym: Likewise.

ld/testsuite/ChangeLog
ld/testsuite/ld-elfweak/dsodata.dsym
ld/testsuite/ld-elfweak/strongdata.sym

index ae38f5e55fe2e01bd5311e8d1caddcf67322a0e6..96eaf17ea0261597d599dc43a561fbe1e65cf647 100644 (file)
@@ -1,3 +1,9 @@
+2002-03-11  Andreas Jaeger  <aj@suse.de>
+
+       * 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  <hp@axis.com>
 
        * ld-cris/expdyn1.d: Tweak for change in elf.sc.
 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
 
        * 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.
 
        * 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  <hp@bitrange.com>
 
index e47fc6d0204b98b980557b3aa2939c9d39b083ad..2b1f9343f0938d85d3c671647106f90352d28f80 100644 (file)
@@ -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
index 4f8f93d9bf05fc1d8f64dbaee58c90feffc67217..9b94377c8477f3a42241f5e08e73a0edb1b54e06 100644 (file)
@@ -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
This page took 0.030002 seconds and 4 git commands to generate.