* ld-gc/abi-note.d: Exclude aout and oldld targets.
* ld-gc/start.d: Likewise. * ld-scripts/section-match-1.d: Likewise, and tic30.
This commit is contained in:
parent
8658f98909
commit
02f9d0c5fb
4 changed files with 9 additions and 1 deletions
|
@ -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>
|
2010-09-10 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* ld-scripts/rgn-at5.d: Restrict to *-*-linux*.
|
* ld-scripts/rgn-at5.d: Restrict to *-*-linux*.
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
#ld: --gc-sections -e _start
|
#ld: --gc-sections -e _start
|
||||||
#readelf: -S --wide
|
#readelf: -S --wide
|
||||||
#target: *-*-linux*
|
#target: *-*-linux*
|
||||||
|
#notarget: *-*-*aout *-*-*oldld
|
||||||
|
|
||||||
#...
|
#...
|
||||||
.* .note.ABI-tag[ ]+NOTE.*
|
.* .note.ABI-tag[ ]+NOTE.*
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
#ld: --gc-sections -e _start
|
#ld: --gc-sections -e _start
|
||||||
#nm: -n
|
#nm: -n
|
||||||
#target: *-*-linux*
|
#target: *-*-linux*
|
||||||
|
#notarget: *-*-*aout *-*-*oldld
|
||||||
|
|
||||||
#...
|
#...
|
||||||
[0-9a-f]+ A +__start__foo
|
[0-9a-f]+ A +__start__foo
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#source: section-match-1.s
|
#source: section-match-1.s
|
||||||
#ld: -T section-match-1.t
|
#ld: -T section-match-1.t
|
||||||
#objdump: -s
|
#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
|
# This test uses arbitary section names, which are not support by some
|
||||||
# file formts. Also these section names must be present in the
|
# file formts. Also these section names must be present in the
|
||||||
# output, not translated into some other name, eg .text
|
# output, not translated into some other name, eg .text
|
||||||
|
|
Loading…
Reference in a new issue