diff options
author | Alan Modra <amodra@gmail.com> | 2010-09-10 07:18:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-09-10 07:18:36 +0000 |
commit | 02f9d0c5fb69bbf54aa1707f3c91cd44406b5973 (patch) | |
tree | c78ca3cc1fd7f17b2a144af849a2a66b54d33682 /ld | |
parent | 8658f98909b170695a9ef5d785ababc95c500118 (diff) | |
download | ppe42-binutils-02f9d0c5fb69bbf54aa1707f3c91cd44406b5973.tar.gz ppe42-binutils-02f9d0c5fb69bbf54aa1707f3c91cd44406b5973.zip |
* ld-gc/abi-note.d: Exclude aout and oldld targets.
* ld-gc/start.d: Likewise.
* ld-scripts/section-match-1.d: Likewise, and tic30.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-gc/abi-note.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-gc/start.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/section-match-1.d | 2 |
4 files changed, 9 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index d973f8a511..c350f5adb8 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-09-10 Alan Modra <amodra@gmail.com> + + * 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 <hp@axis.com> * 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 e802fe5ec4..aed0a8b61e 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 a6f748fd78..80c43d9e4c 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 9d8144df37..c68dbb894d 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 |