diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-08-17 22:00:11 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-08-17 22:00:11 +0000 |
commit | 7e976ae46d73ba3b38c95fba78385837295b0440 (patch) | |
tree | 9ffbc707afaa35cb581cc8a4e774cc8b7e0ded31 /ld/testsuite/ld-sparc | |
parent | bdb4c075a29dd086f0868b394b488b1c94666be6 (diff) | |
download | gdb-7e976ae46d73ba3b38c95fba78385837295b0440.zip gdb-7e976ae46d73ba3b38c95fba78385837295b0440.tar.gz gdb-7e976ae46d73ba3b38c95fba78385837295b0440.tar.bz2 |
* config.bfd: Handle sparcv*-*-linux-* the same as sparc-*-linux-*.
Change sparc64-*-linux-* to sparc64*-*-linux-*.
* configure.host: Handle sparcv*-*-linux-* the same as
sparc-*-linux-*. Change sparc64-*-linux-* to sparc64*-*-linux-*.
* ld-sparc/tlssunnopic32.dd: Fix up #target.
* ld-sparc/tlssunnopic32.rd: Likewise.
* ld-sparc/tlssunnopic32.sd: Likewise.
* ld-sparc/tlssunnopic64.dd: Likewise.
* ld-sparc/tlssunnopic64.rd: Likewise.
* ld-sparc/tlssunnopic64.sd: Likewise.
Diffstat (limited to 'ld/testsuite/ld-sparc')
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunnopic32.dd | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunnopic32.rd | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunnopic32.sd | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunnopic64.dd | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunnopic64.rd | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sparc/tlssunnopic64.sd | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ld/testsuite/ld-sparc/tlssunnopic32.dd b/ld/testsuite/ld-sparc/tlssunnopic32.dd index f3070fc..4f47c7a 100644 --- a/ld/testsuite/ld-sparc/tlssunnopic32.dd +++ b/ld/testsuite/ld-sparc/tlssunnopic32.dd @@ -3,7 +3,7 @@ #as: --32 #ld: -shared -melf32_sparc #objdump: -drj.text -#target: isparc-*-* +#target: sparc*-*-* .*: +file format elf32-sparc diff --git a/ld/testsuite/ld-sparc/tlssunnopic32.rd b/ld/testsuite/ld-sparc/tlssunnopic32.rd index 95727cc..7b3c84c 100644 --- a/ld/testsuite/ld-sparc/tlssunnopic32.rd +++ b/ld/testsuite/ld-sparc/tlssunnopic32.rd @@ -3,7 +3,7 @@ #as: --32 #ld: -shared -melf32_sparc #readelf: -WSsrl -#target: sparc-*-* +#target: sparc*-*-* .* diff --git a/ld/testsuite/ld-sparc/tlssunnopic32.sd b/ld/testsuite/ld-sparc/tlssunnopic32.sd index 0322a0b..0d1beac 100644 --- a/ld/testsuite/ld-sparc/tlssunnopic32.sd +++ b/ld/testsuite/ld-sparc/tlssunnopic32.sd @@ -3,7 +3,7 @@ #as: --32 #ld: -shared -melf32_sparc #objdump: -sj.got -#target: sparc-*-* +#target: sparc*-*-* .*: file format elf32-sparc diff --git a/ld/testsuite/ld-sparc/tlssunnopic64.dd b/ld/testsuite/ld-sparc/tlssunnopic64.dd index 4443a94..af4918c 100644 --- a/ld/testsuite/ld-sparc/tlssunnopic64.dd +++ b/ld/testsuite/ld-sparc/tlssunnopic64.dd @@ -3,7 +3,7 @@ #as: --64 -Av9 #ld: -shared -melf64_sparc #objdump: -drj.text -#target: isparc-*-* +#target: sparc*-*-* .*: +file format elf64-sparc diff --git a/ld/testsuite/ld-sparc/tlssunnopic64.rd b/ld/testsuite/ld-sparc/tlssunnopic64.rd index a113bdc..7c53027 100644 --- a/ld/testsuite/ld-sparc/tlssunnopic64.rd +++ b/ld/testsuite/ld-sparc/tlssunnopic64.rd @@ -3,7 +3,7 @@ #as: --64 -Av9 #ld: -shared -melf64_sparc #readelf: -WSsrl -#target: sparc-*-* +#target: sparc*-*-* .* diff --git a/ld/testsuite/ld-sparc/tlssunnopic64.sd b/ld/testsuite/ld-sparc/tlssunnopic64.sd index 423b90c..45c77e7 100644 --- a/ld/testsuite/ld-sparc/tlssunnopic64.sd +++ b/ld/testsuite/ld-sparc/tlssunnopic64.sd @@ -3,7 +3,7 @@ #as: --64 -Av9 #ld: -shared -melf64_sparc #objdump: -sj.got -#target: sparc-*-* +#target: sparc*-*-* .*: file format elf64-sparc |