diff options
author | Jie Zhang <jie.zhang@analog.com> | 2009-08-31 11:02:54 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2009-08-31 11:02:54 +0000 |
commit | ead0c8f37cc1979c316352bad6a6b7c510f8c40f (patch) | |
tree | 8c5ac8c46ed5c9b07da552834ba41c8beb7a76fe /ld/testsuite | |
parent | e690f7f3ace9bafda120c34b70441c5693866bcb (diff) | |
download | gdb-ead0c8f37cc1979c316352bad6a6b7c510f8c40f.zip gdb-ead0c8f37cc1979c316352bad6a6b7c510f8c40f.tar.gz gdb-ead0c8f37cc1979c316352bad6a6b7c510f8c40f.tar.bz2 |
* lib/ld-lib.exp (is_elf_format): Return 1 for bfin-*-uclinux.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/lib/ld-lib.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 1752596..20c9106 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-08-31 Jie Zhang <jie.zhang@analog.com> + + * lib/ld-lib.exp (is_elf_format): Return 1 for bfin-*-uclinux. + 2009-08-31 Alan Modra <amodra@bigpond.net.au> * ld-ifunc/ifunc.exp: Match R_PPC64_JUMP_IREL. diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index a0b7e5e..76ccc7a 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -362,6 +362,7 @@ proc is_elf_format {} { && ![istarget hppa*64*-*-hpux*] \ && ![istarget *-*-linux*] \ && ![istarget frv-*-uclinux*] \ + && ![istarget bfin-*-uclinux] \ && ![istarget *-*-irix5*] \ && ![istarget *-*-irix6*] \ && ![istarget *-*-netbsd*] \ |