From: Hans-Peter Nilsson Date: Mon, 7 Feb 2005 03:09:10 +0000 (+0000) Subject: * ld-discard/extern.d, ld-discard/start.d, ld-discard/static.d: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=769946806e26b79ea5ef8f8679eae58279b398eb;p=binutils-gdb.git * ld-discard/extern.d, ld-discard/start.d, ld-discard/static.d: Adjust for being identified as warnings. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 92e64ab60fb..030c65f3eb2 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2005-02-07 Hans-Peter Nilsson + * ld-discard/extern.d, ld-discard/start.d, ld-discard/static.d: + Adjust for being identified as warnings. + * ld-cris/stabs1.s: New file. * ld-cris/undef2.d, ld-cris/undef3.d: New tests. diff --git a/ld/testsuite/ld-discard/extern.d b/ld/testsuite/ld-discard/extern.d index 3409ad44c7a..27c98c6ab89 100644 --- a/ld/testsuite/ld-discard/extern.d +++ b/ld/testsuite/ld-discard/extern.d @@ -1,3 +1,5 @@ #source: extern.s #ld: -T discard.ld -#error: `data' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump0.o +#warning: `data' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump0.o +#objdump: -p +#pass diff --git a/ld/testsuite/ld-discard/start.d b/ld/testsuite/ld-discard/start.d index 3f91738c526..2ad6e9f00c6 100644 --- a/ld/testsuite/ld-discard/start.d +++ b/ld/testsuite/ld-discard/start.d @@ -1,4 +1,6 @@ #source: start.s #source: exit.s #ld: -T discard.ld -#error: `data' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump1.o +#warning: `data' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump1.o +#objdump: -p +#pass diff --git a/ld/testsuite/ld-discard/static.d b/ld/testsuite/ld-discard/static.d index bf56265d25f..eefeeea65de 100644 --- a/ld/testsuite/ld-discard/static.d +++ b/ld/testsuite/ld-discard/static.d @@ -1,3 +1,5 @@ #source: static.s #ld: -T discard.ld -#error: `(\.data\.exit|data)' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump0.o +#warning: `(\.data\.exit|data)' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump0.o +#objdump: -p +#pass