This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH ld testsuite] make is_elf_format return 1 for bfin-*-uclinux


Hi,

This patch will enable more than 100 tests for bfin-*-uclinux target ld.

Before this patch:

=== ld Summary ===

# of expected passes		52
# of expected failures		5
# of unsupported tests		4

After this patch

=== ld Summary ===

# of expected passes		159
# of unexpected failures	2
# of expected failures		9
# of unsupported tests		1


Is it OK?


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

Index: lib/ld-lib.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/lib/ld-lib.exp,v
retrieving revision 1.64
diff -u -p -r1.64 ld-lib.exp
--- lib/ld-lib.exp	18 Jun 2009 02:47:51 -0000	1.64
+++ lib/ld-lib.exp	31 Aug 2009 09:40:09 -0000
@@ -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*] \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]