From: Jie Zhang Date: Mon, 31 Aug 2009 11:02:54 +0000 (+0000) Subject: * lib/ld-lib.exp (is_elf_format): Return 1 for bfin-*-uclinux. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ead0c8f37cc1979c316352bad6a6b7c510f8c40f;p=binutils-gdb.git * lib/ld-lib.exp (is_elf_format): Return 1 for bfin-*-uclinux. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 17525962c1f..20c910641c8 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-08-31 Jie Zhang + + * lib/ld-lib.exp (is_elf_format): Return 1 for bfin-*-uclinux. + 2009-08-31 Alan Modra * 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 a0b7e5e7eed..76ccc7ad638 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*] \