Adjust testsuite for cris-axis-aout.

* ld-cris/noglob1.d: Adjust regexp for a.out output.
	* ld-cris/badgotr1.d, ld-cris/expdyn1.d, ld-cris/expdyn2.d,
	ld-cris/expdyn3.d, ld-cris/expdyn4.d, ld-cris/expdyn5.d,
	ld-cris/expdyn6.d, ld-cris/expdyn7.d, ld-cris/gotplt1.d,
	ld-cris/gotplt2.d, ld-cris/gotplt3.d, ld-cris/hiddef1.d,
	ld-cris/libdso-1.d, ld-cris/libdso-10.d, ld-cris/libdso-11.d,
	ld-cris/libdso-12.d, ld-cris/libdso-13.d, ld-cris/libdso-14.d,
	ld-cris/libdso-2.d, ld-cris/libdso-3.d, ld-cris/libdso-4.d,
	ld-cris/locref1.d, ld-cris/locref2.d, ld-cris/nodyn4.d,
	ld-cris/nodyn5.d, ld-cris/pv32-1.d, ld-cris/undef1.d,
	ld-cris/weakref1.d: ld-cris/weakref2.d: Pass --em=criself to gas.
	* ld-cris/v10-v32.d, ld-cris/v10-va.d, ld-cris/v32-ba-1.d,
	ld-cris/v32-v10.d, ld-cris/v32-va.d, ld-cris/va-v10.d,
	ld-cris/va-v32.d: Ditto.  Pass -m criself to gld.
	* ld-cris/v32-bin-1.d: Pass -m criself to gld.
This commit is contained in:
Hans-Peter Nilsson 2005-03-08 02:31:40 +00:00
parent 66798ad6ae
commit 9a6351f1d2
39 changed files with 64 additions and 39 deletions

View File

@ -1,3 +1,22 @@
2005-03-08 Hans-Peter Nilsson <hp@axis.com>
Adjust testsuite for cris-axis-aout.
* ld-cris/noglob1.d: Adjust regexp for a.out output.
* ld-cris/badgotr1.d, ld-cris/expdyn1.d, ld-cris/expdyn2.d,
ld-cris/expdyn3.d, ld-cris/expdyn4.d, ld-cris/expdyn5.d,
ld-cris/expdyn6.d, ld-cris/expdyn7.d, ld-cris/gotplt1.d,
ld-cris/gotplt2.d, ld-cris/gotplt3.d, ld-cris/hiddef1.d,
ld-cris/libdso-1.d, ld-cris/libdso-10.d, ld-cris/libdso-11.d,
ld-cris/libdso-12.d, ld-cris/libdso-13.d, ld-cris/libdso-14.d,
ld-cris/libdso-2.d, ld-cris/libdso-3.d, ld-cris/libdso-4.d,
ld-cris/locref1.d, ld-cris/locref2.d, ld-cris/nodyn4.d,
ld-cris/nodyn5.d, ld-cris/pv32-1.d, ld-cris/undef1.d,
ld-cris/weakref1.d: ld-cris/weakref2.d: Pass --em=criself to gas.
* ld-cris/v10-v32.d, ld-cris/v10-va.d, ld-cris/v32-ba-1.d,
ld-cris/v32-v10.d, ld-cris/v32-va.d, ld-cris/va-v10.d,
ld-cris/va-v32.d: Ditto. Pass -m criself to gld.
* ld-cris/v32-bin-1.d: Pass -m criself to gld.
2005-03-05 Alan Modra <amodra@bigpond.net.au>
* ld-alpha/tlsbin.dd: Update to suit changed section layout and

View File

@ -1,5 +1,5 @@
#source: gotrel1.s
#as: --pic --underscore
#as: --pic --underscore --em=criself
#ld: -m crislinux -shared
#objdump: -dr
#error: ^[^c][^h][^i][^l][^d].* uses _-prefixed .* failed to merge .* no GOT .* Bad value$

View File

@ -1,5 +1,5 @@
#source: expdyn1.s
#as: --no-underscore
#as: --no-underscore --em=criself
#ld: -m crislinux -export-dynamic tmpdir/libdso-1.so
#objdump: -T

View File

@ -1,6 +1,6 @@
#source: expdyn1.s
#source: expdref1.s --pic
#as: --no-underscore
#as: --no-underscore --em=criself
#ld: -m crislinux --export-dynamic tmpdir/libdso-1.so
#objdump: -R

View File

@ -1,7 +1,7 @@
#source: expdyn1.s
#source: expdref1.s --pic
#source: euwref1.s --pic
#as: --no-underscore
#as: --no-underscore --em=criself
#ld: -m crislinux --export-dynamic tmpdir/libdso-1.so
#objdump: -R

View File

@ -1,7 +1,7 @@
#source: expdyn1.s
#source: expdref1.s --pic
#source: comref1.s --pic
#as: --no-underscore
#as: --no-underscore --em=criself
#ld: -m crislinux --export-dynamic tmpdir/libdso-1.so
#objdump: -R

View File

@ -1,6 +1,6 @@
#source: expdyn1.s
#source: expdref1.s --pic
#as: --no-underscore
#as: --no-underscore --em=criself
#ld: -m crislinux --export-dynamic tmpdir/libdso-1.so
#objdump: -s -j .got

View File

@ -1,7 +1,7 @@
#source: expdyn1.s
#source: expdref1.s --pic
#source: euwref1.s --pic
#as: --no-underscore
#as: --no-underscore --em=criself
#ld: -m crislinux --export-dynamic tmpdir/libdso-1.so
#objdump: -s -j .got

View File

@ -1,7 +1,7 @@
#source: expdyn1.s
#source: expdref1.s --pic
#source: comref1.s --pic
#as: --no-underscore
#as: --no-underscore --em=criself
#ld: -m crislinux --export-dynamic tmpdir/libdso-1.so
#objdump: -s -j .got

View File

@ -1,7 +1,7 @@
#source: dso-2.s
#source: dsofnf2.s
#source: gotrel1.s
#as: --pic --no-underscore
#as: --pic --no-underscore --em=criself
#ld: -m crislinux tmpdir/libdso-1.so
#objdump: -sR

View File

@ -1,7 +1,7 @@
#source: dso-2.s
#source: dsofnf.s
#source: gotrel1.s
#as: --pic --no-underscore
#as: --pic --no-underscore --em=criself
#ld: -shared -m crislinux -z nocombreloc
#objdump: -sR

View File

@ -2,7 +2,7 @@
#source: dsofnf.s
#source: gotrel1.s
#source: dso-1.s
#as: --pic --no-underscore
#as: --pic --no-underscore --em=criself
#ld: -shared -m crislinux -z nocombreloc
#objdump: -sR

View File

@ -2,7 +2,7 @@
#source: hiddef1.s
#source: hidrefgotplt1.s
#ld: -shared -m crislinux
#as: --pic --no-underscore -I$srcdir/$subdir
#as: --pic --no-underscore -I$srcdir/$subdir --em=criself
#readelf: -S -s -r
# Regression test for mishandling of GOTPLT relocs against a

View File

@ -1,5 +1,5 @@
#source: dso-1.s
#as: --pic --no-underscore
#as: --pic --no-underscore --em=criself
#ld: --shared -m crislinux
#objdump: -T

View File

@ -1,5 +1,5 @@
#source: dso-1.s
#as: --pic --no-underscore --march=v32
#as: --pic --no-underscore --march=v32 --em=criself
#ld: --shared -m crislinux
#objdump: -p -h

View File

@ -1,6 +1,6 @@
#source: dso-1.s
#source: dsov32-1.s
#as: --pic --no-underscore --march=v32
#as: --pic --no-underscore --march=v32 --em=criself
#ld: --shared -m crislinux
#objdump: -s -T

View File

@ -1,7 +1,7 @@
#source: expdyn1.s
#source: dsov32-1.s
#source: dsov32-2.s
#as: --pic --no-underscore --march=v32
#as: --pic --no-underscore --march=v32 --em=criself
#ld: --shared -m crislinux -z nocombreloc
#objdump: -s -T

View File

@ -1,6 +1,6 @@
#source: dso-1.s
#source: dsov32-3.s
#as: --pic --no-underscore --march=v32
#as: --pic --no-underscore --march=v32 --em=criself
#ld: --shared -m crislinux -z nocombreloc
#readelf: -d -r
#warning: relocation R_CRIS_32_PCREL should not be used in a shared object; recompile with -fPIC

View File

@ -1,6 +1,6 @@
#source: dso-1.s
#source: dsov32-4.s
#as: --pic --no-underscore --march=v32
#as: --pic --no-underscore --march=v32 --em=criself
#ld: --shared -m crislinux
#readelf: -d -r

View File

@ -1,6 +1,6 @@
#source: dso-1.s
#source: dso-2.s
#as: --pic --no-underscore
#as: --pic --no-underscore --em=criself
#ld: --shared -m crislinux --version-script $srcdir/$subdir/hide1
#readelf: -S -s -r

View File

@ -1,6 +1,6 @@
#source: expdyn1.s
#source: dso-3.s
#as: --pic --no-underscore
#as: --pic --no-underscore --em=criself
#ld: --shared -m crislinux
#objdump: -R

View File

@ -1,5 +1,5 @@
#source: dso-2.s
#as: --pic --no-underscore
#as: --pic --no-underscore --em=criself
#ld: --shared -m crislinux
#objdump: -T

View File

@ -1,4 +1,4 @@
#as: --no-underscore --pic
#as: --no-underscore --pic --em=criself
#source: expdyn1.s
#source: locref1.s
#ld: -m crislinux

View File

@ -1,4 +1,4 @@
#as: --no-underscore --pic
#as: --no-underscore --pic --em=criself
#source: gotrel1.s
#source: locref2.s
#ld: -m crislinux

View File

@ -1,7 +1,7 @@
#source: expdyn1.s
#source: expdref1.s --pic
#source: comref1.s --pic
#as: --no-underscore
#as: --no-underscore --em=criself
#ld: -m crislinux
#readelf: -l

View File

@ -1,7 +1,7 @@
#source: expdyn1.s
#source: expdref1.s --pic
#source: comref1.s --pic
#as: --no-underscore
#as: --no-underscore --em=criself
#ld: -m crislinux
#objdump: -s -j .got

View File

@ -5,5 +5,5 @@
# Check that we can link an object that doesn't have any global symbols;
# where elf_sym_hashes(bfd) is NULL.
.*: file format elf32.*-cris
.*: file format .*-cris
#pass

View File

@ -1,5 +1,5 @@
#source: pv32.s
#as: --march=v32 --no-underscore
#as: --march=v32 --no-underscore --em=criself
#ld: -e here -m crislinux tmpdir/libdso-12.so
#objdump: -s -T

View File

@ -1,6 +1,6 @@
#source: dso-1.s
#source: gotrel1.s --pic
#as: --no-underscore
#as: --no-underscore --em=criself
#ld: -m crislinux tmpdir/libdso-4.so
#objdump: -T

View File

@ -1,6 +1,7 @@
# source: start1.s --march=v32
# source: move-1.s --march=v0_v10
# ld:
# as: --em=criself
# ld: -m criself
# error: contains non-CRIS-v32 code
# Test that linking a (classic) v10 object to a v32 object does

View File

@ -1,6 +1,7 @@
# source: start1.s --march=common_v10_v32
# source: move-1.s --march=v0_v10
# ld:
# as: --em=criself
# ld: -m criself
# objdump: -p
# Test that linking a v10 compatible object to a v10+v32 object

View File

@ -1,5 +1,5 @@
# as: --march=v32
# ld:
# as: --march=v32 --em=criself
# ld: -m criself
# objdump: -d
# Check that 32-bit branches (PCREL:s) are relocated right.

View File

@ -1,5 +1,5 @@
#as: --em=criself --march=v32
#ld: --oformat binary --defsym ext1=0x4000 --defsym ext2=0x6000
#ld: -m criself --oformat binary --defsym ext1=0x4000 --defsym ext2=0x6000
#objdump: -s -b binary
# Test that pcrel relocs work with --oformat binary.

View File

@ -1,6 +1,7 @@
# source: start1.s --march=v0_v10
# source: move-1.s --march=v32
# ld:
# as: --em=criself
# ld: -m criself
# error: contains CRIS v32 code
# Test that linking a v32 object to a (classic) v10 object does

View File

@ -1,6 +1,7 @@
# source: start1.s --march=common_v10_v32
# source: move-1.s --march=v32
# ld:
# as: --em=criself
# ld: -m criself
# objdump: -p
# Test that linking a v32 object to a v10+v32 object

View File

@ -1,6 +1,7 @@
# source: start1.s --march=v0_v10
# source: move-1.s --march=common_v10_v32
# ld:
# as: --em=criself
# ld: -m criself
# objdump: -p
# Test that linking a v10+v32 compatible object to a v10 object

View File

@ -1,6 +1,7 @@
# source: start1.s --march=v32
# source: move-1.s --march=common_v10_v32
# ld:
# as: --em=criself
# ld: -m criself
# objdump: -p
# Test that linking a v10+v32 compatible object to a v32 object

View File

@ -1,5 +1,5 @@
#source: gotrel2.s
#as: --pic --no-underscore
#as: --pic --no-underscore --em=criself
#ld: -m crislinux tmpdir/libdso-1.so
#objdump: -R

View File

@ -1,5 +1,5 @@
#source: gotrel2.s
#as: --pic --no-underscore
#as: --pic --no-underscore --em=criself
#ld: -m crislinux tmpdir/libdso-1.so
#objdump: -s -j .got