projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1bae7
)
Fix typo: bfd_mmo_mmix_vec => bfd_mmo_vec.
author
Nick Clifton
<nickc@redhat.com>
Wed, 31 Oct 2001 09:01:50 +0000
(09:01 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 31 Oct 2001 09:01:50 +0000
(09:01 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/targets.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index
3511fd9
..
5308ac6
100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * targets.c: Fix typo: bfd_mmo_mmix_vec => bfd_mmo_vec.
+
2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
* Makefile.am (ALL_MACHINES): Add cpu-mmix.lo.
diff --git
a/bfd/targets.c
b/bfd/targets.c
index
6b1c296
..
ffbf9f1
100644
(file)
--- a/
bfd/targets.c
+++ b/
bfd/targets.c
@@
-815,7
+815,7
@@
static const bfd_target * const _bfd_target_vector[] = {
&bfd_elf64_tradbigmips_vec,
&bfd_elf64_tradlittlemips_vec,
&bfd_elf64_x86_64_vec,
- &bfd_mmo_
mmix_vec,
+ &bfd_mmo_
vec,
#endif
&bfd_powerpc_pe_vec,
&bfd_powerpc_pei_vec,