* ld-cris: Skip tests unsuitable for testing target

cris-axis-linux-gnu.
This commit is contained in:
Hans-Peter Nilsson 2005-09-01 01:47:25 +00:00
parent 9e1373d503
commit 9d21c87bbe
9 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-09-01 Hans-Peter Nilsson <hp@axis.com>
* ld-cris: Skip tests unsuitable for testing target
cris-axis-linux-gnu.
2005-08-18 David Daney <ddaney@avtrex.com>
* ld-mips-elf/multi-got-1.d: Adjust for new ld behavior.

View File

@ -1,3 +1,4 @@
# notarget: cris*-*-linux-gnu
# source: start1.s --march=v32
# source: move-1.s --march=v0_v10
# as: --em=criself
@ -5,5 +6,5 @@
# error: contains non-CRIS-v32 code
# Test that linking a (classic) v10 object to a v32 object does
# not work.
# not work. Source code and "-m criself" doesn't work with *-linux-gnu.

View File

@ -1,3 +1,4 @@
# notarget: cris*-*-linux-gnu
# source: start1.s --march=common_v10_v32
# source: move-1.s --march=v0_v10
# as: --em=criself
@ -6,6 +7,7 @@
# Test that linking a v10 compatible object to a v10+v32 object
# does work and results in the output marked as a v10 object.
# Source code and "-m criself" doesn't work with *-linux-gnu.
#...
private flags = 1: \[symbols have a _ prefix\]

View File

@ -1,8 +1,10 @@
# notarget: cris*-*-linux-gnu
# as: --march=v32 --em=criself
# ld: -m criself
# objdump: -d
# Check that 32-bit branches (PCREL:s) are relocated right.
# Source code and "-m criself" doesn't work with *-linux-gnu.
.*: file format elf32-us-cris

View File

@ -1,8 +1,10 @@
#notarget: cris*-*-linux-gnu
#as: --em=criself --march=v32
#ld: -m criself --oformat binary --defsym ext1=0x4000 --defsym ext2=0x6000
#objdump: -s -b binary
# Test that pcrel relocs work with --oformat binary.
# Source code and "-m criself" doesn't work with *-linux-gnu.
.*: file format binary

View File

@ -1,3 +1,4 @@
# notarget: cris*-*-linux-gnu
# source: start1.s --march=v0_v10
# source: move-1.s --march=v32
# as: --em=criself
@ -6,3 +7,4 @@
# Test that linking a v32 object to a (classic) v10 object does
# not work.
# Source code and "-m criself" doesn't work with *-linux-gnu.

View File

@ -1,3 +1,4 @@
# notarget: cris*-*-linux-gnu
# source: start1.s --march=common_v10_v32
# source: move-1.s --march=v32
# as: --em=criself
@ -6,6 +7,7 @@
# Test that linking a v32 object to a v10+v32 object
# does work and results in the output marked as a v32 object.
# Source code and "-m criself" doesn't work with *-linux-gnu.
#...
private flags = 3: \[symbols have a _ prefix\] \[v32\]

View File

@ -1,3 +1,4 @@
# notarget: cris*-*-linux-gnu
# source: start1.s --march=v0_v10
# source: move-1.s --march=common_v10_v32
# as: --em=criself
@ -6,6 +7,7 @@
# Test that linking a v10+v32 compatible object to a v10 object
# does work and results in the output marked as a v10 object.
# Source code and "-m criself" doesn't work with *-linux-gnu.
#...
private flags = 1: \[symbols have a _ prefix\]

View File

@ -1,3 +1,4 @@
# notarget: cris*-*-linux-gnu
# source: start1.s --march=v32
# source: move-1.s --march=common_v10_v32
# as: --em=criself
@ -6,6 +7,7 @@
# Test that linking a v10+v32 compatible object to a v32 object
# does work and results in the output marked as a v32 object.
# Source code and "-m criself" doesn't work with *-linux-gnu.
#...
private flags = 3: \[symbols have a _ prefix\] \[v32\]