aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.bfd2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 04b4465..9e5b6d9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-26 Nick Clifton <nickc@redhat.com>
+
+ * config.bfd: Fix typo in or1knd selection.
+
2014-08-22 Kai Tietz <ktietz@redhat.com>
PR binutils/11822
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 3272076..4468e4a 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -1177,7 +1177,7 @@ case "${targ}" in
targ_defvec=or1k_elf32_vec
;;
- or1knd-*-elf | or1knd-*-linux* | or1k-*-rtems*)
+ or1knd-*-elf | or1knd-*-linux* | or1knd-*-rtems*)
targ_defvec=or1k_elf32_vec
;;