diff options
author | Jie Zhang <jie.zhang@analog.com> | 2009-09-11 03:40:19 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2009-09-11 03:40:19 +0000 |
commit | 28c2608723b5f597e87ae0e282bc9c3177be9d4b (patch) | |
tree | e20dbc7f4185e7d8b3983974c636bdeb8095929d /ld/testsuite | |
parent | 3b6cfd4e0b2e0160496cb6cf4d14ef04a80a665d (diff) | |
download | gdb-28c2608723b5f597e87ae0e282bc9c3177be9d4b.zip gdb-28c2608723b5f597e87ae0e282bc9c3177be9d4b.tar.gz gdb-28c2608723b5f597e87ae0e282bc9c3177be9d4b.tar.bz2 |
* ld-elf/warn2.d: `Foo' appears in section 3 when target
is bfin-*-linux-uclibc.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/warn2.d | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a355827..72615c1 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-09-11 Jie Zhang <jie.zhang@analog.com> + + * ld-elf/warn2.d: `Foo' appears in section 3 when target + is bfin-*-linux-uclibc. + 2009-09-09 Daniel Jacobowitz <dan@codesourcery.com> * ld-arm/farcall-mixed-lib.d: Update. diff --git a/ld/testsuite/ld-elf/warn2.d b/ld/testsuite/ld-elf/warn2.d index 97d4f59..946603e 100644 --- a/ld/testsuite/ld-elf/warn2.d +++ b/ld/testsuite/ld-elf/warn2.d @@ -11,5 +11,5 @@ # construct and that the symbol still appears as expected. #... -[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+20[ ]+OBJECT[ ]+GLOBAL DEFAULT[ ]+[1-2] Foo +[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+20[ ]+OBJECT[ ]+GLOBAL DEFAULT[ ]+[1-3] Foo #pass |