diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2003-05-29 00:16:46 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2003-05-29 00:16:46 +0000 |
commit | 43f9d75bc1bbff5dec60756e9f12de5ae4a3d7dc (patch) | |
tree | 5832f44d2862f83a7eec5b2eb26155e1bc9ace5b /ld/testsuite/lib | |
parent | 7bd7a2abff06c260fe9ce300754853f8b3f0fdd2 (diff) | |
download | gdb-43f9d75bc1bbff5dec60756e9f12de5ae4a3d7dc.zip gdb-43f9d75bc1bbff5dec60756e9f12de5ae4a3d7dc.tar.gz gdb-43f9d75bc1bbff5dec60756e9f12de5ae4a3d7dc.tar.bz2 |
* ld-elf/elf.exp: Use if_elf_format.
* ld-elf/sec64k.exp: Likewise.
* ld-elfcomm/elfcomm.exp: Likewise.
* lib/ld-lib.exp (is_elf_format): Match hppa*64*-*-hpux*.
Diffstat (limited to 'ld/testsuite/lib')
-rw-r--r-- | ld/testsuite/lib/ld-lib.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 89a7481..23e4f69 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -349,6 +349,7 @@ proc is_elf_format {} { && ![istarget *-*-unixware*] \ && ![istarget *-*-elf*] \ && ![istarget *-*-eabi*] \ + && ![istarget hppa*64*-*-hpux*] \ && ![istarget *-*-linux*] \ && ![istarget *-*-irix5*] \ && ![istarget *-*-irix6*] \ |