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] Add FreeBSD to the ELF target list.


Hi all,

Below a patch to make FreeBSD run several tests more :)

Tested on x86_64 and powerpc64 FreeBSD.

The tests showed that I have some work todo in the area of powerpc64 ld.

If ok, could someone apply?

Thank you very much!

Andreas

2011-11-03 Andreas Tobler <andreast@fgznet.ch>

	* lib/binutils-common.exp (is_elf_format): Add *-*-freebsd* to the
	set of ELF targets.

Index: testsuite/lib/binutils-common.exp
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/lib/binutils-common.exp,v
retrieving revision 1.5
diff -u -r1.5 binutils-common.exp
--- testsuite/lib/binutils-common.exp	31 Mar 2011 08:58:21 -0000	1.5
+++ testsuite/lib/binutils-common.exp	3 Nov 2011 05:39:54 -0000
@@ -36,6 +36,7 @@
 	 && ![istarget tic6x*-*-uclinux*]
 	 && ![istarget *-*-irix5*]
 	 && ![istarget *-*-irix6*]
+	 && ![istarget *-*-freebsd*]
 	 && ![istarget *-*-netbsd*]
 	 && ![istarget *-*-openbsd*]
 	 && ![istarget *-*-solaris2*] } {


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