* lib/ld-lib.exp (is_elf_format): Return 1 for bfin-*-uclinux.

This commit is contained in:
Jie Zhang 2009-08-31 11:02:54 +00:00
parent e690f7f3ac
commit ead0c8f37c
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -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*] \