diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-10-15 00:14:37 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-10-15 00:14:37 +0000 |
commit | b4959bb5a29791ab9fcdad7c58313ccdb50010c1 (patch) | |
tree | bada5e1500fea7b09f7d42a542edfb9182ce5721 /ld | |
parent | 2a30cf0b5a00b5556d3fceee05941aca768b6405 (diff) | |
download | binutils-redhat-b4959bb5a29791ab9fcdad7c58313ccdb50010c1.tar.gz |
* ld-sh/sub2l-1.d, ld-sh/shared-1.d, ld-sh/weak1.d: Only run on
sh*-*-elf.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/shared-1.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/sub2l-1.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/weak1.d | 1 |
4 files changed, 6 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 2b3f93e0bf..f0d254c4ae 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2001-10-14 Hans-Peter Nilsson <hp@bitrange.com> + * ld-sh/sub2l-1.d, ld-sh/shared-1.d, ld-sh/weak1.d: Only run on + sh*-*-elf. + * lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}. * ld-sh/rd-sh.exp: New framework file. diff --git a/ld/testsuite/ld-sh/shared-1.d b/ld/testsuite/ld-sh/shared-1.d index af5494bdeb..838b93b119 100644 --- a/ld/testsuite/ld-sh/shared-1.d +++ b/ld/testsuite/ld-sh/shared-1.d @@ -3,7 +3,7 @@ #as: -little #ld: -shared -EL #readelf: -r -x4 -x5 -#target: sh*-*-elf sh*-*-linux* +#target: sh*-*-elf # Make sure relocations against global and local symbols with relative and # absolute 32-bit relocs don't come out wrong after ld -r. Remember that diff --git a/ld/testsuite/ld-sh/sub2l-1.d b/ld/testsuite/ld-sh/sub2l-1.d index 87c7ca16e3..42a9b5ee93 100644 --- a/ld/testsuite/ld-sh/sub2l-1.d +++ b/ld/testsuite/ld-sh/sub2l-1.d @@ -2,7 +2,7 @@ #as: -little #ld: -EL -e 0x1000 #objdump: -st - +#target: sh*-*-elf .*/dump: file format elf32-shl diff --git a/ld/testsuite/ld-sh/weak1.d b/ld/testsuite/ld-sh/weak1.d index fe27278073..4d38c97ba1 100644 --- a/ld/testsuite/ld-sh/weak1.d +++ b/ld/testsuite/ld-sh/weak1.d @@ -2,6 +2,7 @@ #as: -little #ld: -e 0x1000 -EL #objdump: -ts +#target: sh*-*-elf .*: file format elf32-shl |