projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83c5d36
)
configure.tgt: Accept any V850 architecture.
author
Nick Clifton
<nickc@redhat.com>
Wed, 8 Jun 2011 07:43:18 +0000
(07:43 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 8 Jun 2011 07:43:18 +0000
(07:43 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/configure.tgt
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index aebb20657a096bb4397b32dbdd5987c2fd98da8c..6f804b9c6b455ab4e0b93da81d5119cd94276964 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-2,6
+2,10
@@
* ldlang.c (lang_one_common): Handle warning symbols.
+2011-06-07 Nick Clifton <nickc@redhat.com>
+
+ * configure.tgt: Accept any V850 architecture.
+
2011-06-03 Nick Clifton <nickc@redhat.com>
* Makefile.am (ALL_EMULATION_SOURCES): Add eelf32am33lin.c
diff --git
a/ld/configure.tgt
b/ld/configure.tgt
index 5060c6867414d721e126df42a2d0f3f3bd4fc988..517b6bee36edd768786ea1abaca1dc0e1664c678 100644
(file)
--- 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