[patch] Add FreeBSD to the ELF target list.

Andreas Tobler andreast-list@fgznet.ch
Thu Nov 3 05:43:00 GMT 2011
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*] } {



More information about the Binutils mailing list