LD patch for sh*-unknown-linux-gnu

NIIBE Yutaka gniibe@m17n.org
Mon Oct 29 01:50:00 GMT 2001


Here's a patch to supports four specific targets.

GAS, BFD, and LD.  That's all.

ld/ChangeLog

2001-10-29  NIIBE Yutaka  <gniibe@m17n.org>

	* configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
	targets.
	(sh-*-linux*): Added targ_extra_libpath.

Index: ld/configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.64
diff -u -3 -p -r1.64 configure.tgt
--- configure.tgt	2001/10/08 18:54:13	1.64
+++ configure.tgt	2001/10/29 09:37:03
@@ -231,6 +231,13 @@ h8500-*-hms* | h8500-*-coff*)
 sh-*-linux*)
 			targ_emul=shelf_linux
 			targ_extra_emuls=shlelf_linux
+			targ_extra_libpath=shelf_linux
+			;;
+sh*eb-*-linux*)
+			targ_emul=shelf_linux
+			;;
+sh*-*-linux*)
+			targ_emul=shlelf_linux
 			;;
 sh-*-elf* | sh-*-rtemself*)
 			targ_emul=shelf
-- 



More information about the Binutils mailing list