aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-03-11 09:26:20 +0000
committerAndreas Jaeger <aj@suse.de>2002-03-11 09:26:20 +0000
commit91c903ab7644f50744b99af8aa3f44b638928ebc (patch)
tree0b16431428ed870e67bad4953ac18c08a022504e /ld/testsuite
parentdd7bf85ea9268fab1faf8f2ba2c711a91416b405 (diff)
downloadfsf-binutils-gdb-91c903ab7644f50744b99af8aa3f44b638928ebc.zip
fsf-binutils-gdb-91c903ab7644f50744b99af8aa3f44b638928ebc.tar.gz
fsf-binutils-gdb-91c903ab7644f50744b99af8aa3f44b638928ebc.tar.bz2
* ld-elfweak/strongdata.sym: Allow bss section for GCC 3.2 that
places zero initialized data in the bss. * ld-elfweak/dsodata.dsym: Likewise.
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ChangeLog22
-rw-r--r--ld/testsuite/ld-elfweak/dsodata.dsym2
-rw-r--r--ld/testsuite/ld-elfweak/strongdata.sym2
3 files changed, 16 insertions, 10 deletions
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 <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.
@@ -274,7 +280,7 @@
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.
@@ -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 <hp@bitrange.com>
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