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]

Commit: LD: Accept any V850 architecture.


Hi Guys,

  I am applying the patch below to allow the linker to be configured for
  any v850 architecture.

Cheers
  Nick

ld/ChangeLog
2011-06-07  Nick Clifton  <nickc@redhat.com>

	* configure.tgt: Accept any V850 architecture.

Index: ld/configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.247
diff -u -3 -p -r1.247 configure.tgt
--- ld/configure.tgt	13 May 2011 18:15:33 -0000	1.247
+++ ld/configure.tgt	7 Jun 2011 13:38:09 -0000
@@ -643,9 +643,7 @@ tic6x-*-uclinux)	targ_emul=elf32_tic6x_l
 			;;
 tic80-*-*)		targ_emul=tic80coff
 			;;
-v850-*-*)		targ_emul=v850 ;;
-v850e-*-*)		targ_emul=v850 ;;
-v850ea-*-*)		targ_emul=v850
+v850*-*-*)		targ_emul=v850
 			;;
 vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
 vax-*-netbsdelf*)	targ_emul=elf32vax


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