diff options
-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 2b3f93e..f0d254c 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 af5494b..838b93b 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 87c7ca1..42a9b5e 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 fe27278..4d38c97 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 |