diff --git a/ld/ChangeLog b/ld/ChangeLog index aebb20657a..6f804b9c6b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -2,6 +2,10 @@ * ldlang.c (lang_one_common): Handle warning symbols. +2011-06-07 Nick Clifton + + * configure.tgt: Accept any V850 architecture. + 2011-06-03 Nick Clifton * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32am33lin.c diff --git a/ld/configure.tgt b/ld/configure.tgt index 5060c68674..517b6bee36 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -643,9 +643,7 @@ tic6x-*-uclinux) targ_emul=elf32_tic6x_linux_le ;; 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