From f4acccf9546270770c3edb3ed7f8c3de58480778 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 10 Sep 2010 07:18:34 +0000 Subject: [PATCH] * ld-gc/abi-note.d: Exclude aout and oldld targets. * ld-gc/start.d: Likewise. * ld-scripts/section-match-1.d: Likewise, and tic30. --- ld/testsuite/ChangeLog | 6 ++++++ ld/testsuite/ld-gc/abi-note.d | 1 + ld/testsuite/ld-gc/start.d | 1 + ld/testsuite/ld-scripts/section-match-1.d | 2 +- 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index d973f8a51..c350f5adb 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-09-10 Alan Modra + + * ld-gc/abi-note.d: Exclude aout and oldld targets. + * ld-gc/start.d: Likewise. + * ld-scripts/section-match-1.d: Likewise, and tic30. + 2010-09-10 Hans-Peter Nilsson * ld-scripts/rgn-at5.d: Restrict to *-*-linux*. diff --git a/ld/testsuite/ld-gc/abi-note.d b/ld/testsuite/ld-gc/abi-note.d index e802fe5ec..aed0a8b61 100644 --- a/ld/testsuite/ld-gc/abi-note.d +++ b/ld/testsuite/ld-gc/abi-note.d @@ -2,6 +2,7 @@ #ld: --gc-sections -e _start #readelf: -S --wide #target: *-*-linux* +#notarget: *-*-*aout *-*-*oldld #... .* .note.ABI-tag[ ]+NOTE.* diff --git a/ld/testsuite/ld-gc/start.d b/ld/testsuite/ld-gc/start.d index a6f748fd7..80c43d9e4 100644 --- a/ld/testsuite/ld-gc/start.d +++ b/ld/testsuite/ld-gc/start.d @@ -2,6 +2,7 @@ #ld: --gc-sections -e _start #nm: -n #target: *-*-linux* +#notarget: *-*-*aout *-*-*oldld #... [0-9a-f]+ A +__start__foo diff --git a/ld/testsuite/ld-scripts/section-match-1.d b/ld/testsuite/ld-scripts/section-match-1.d index 9d8144df3..c68dbb894 100644 --- a/ld/testsuite/ld-scripts/section-match-1.d +++ b/ld/testsuite/ld-scripts/section-match-1.d @@ -1,7 +1,7 @@ #source: section-match-1.s #ld: -T section-match-1.t #objdump: -s -#notarget: *-*-osf* *-*-aix* *-*-pe *-*-aout *-*-ecoff *-*-netbsd *-*-vms h8300-*-* +#notarget: *-*-osf* *-*-aix* *-*-pe *-*-*aout *-*-*oldld *-*-ecoff *-*-netbsd *-*-vms h8300-*-* tic30-*-* # This test uses arbitary section names, which are not support by some # file formts. Also these section names must be present in the # output, not translated into some other name, eg .text -- 2.11.4.GIT