aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2010-07-30 07:32:18 +0000
committerAnthony Green <green@redhat.com>2010-07-30 07:32:18 +0000
commite95c64cb3b984a2314b458e82f460d59b8323d47 (patch)
treec0aefb07147f60a7ee7b99ca08b0393a2025a3c3 /bfd
parent9ff9845ffb1ecbfff1b9a016fe076f800cdefb3e (diff)
downloadgdb-e95c64cb3b984a2314b458e82f460d59b8323d47.zip
gdb-e95c64cb3b984a2314b458e82f460d59b8323d47.tar.gz
gdb-e95c64cb3b984a2314b458e82f460d59b8323d47.tar.bz2
Add moxie-rtems support
Diffstat (limited to 'bfd')
-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 81379db..6b1de15 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30 Anthony Green <green@moxielogic.com>
+
+ * config.bfd (targ_cpu): Add moxie-*-rtems support.
+
2010-07-29 Alan Modra <amodra@gmail.com>
* elf64-ppc.c (ppc64_elf_edit_toc): Always adjust local syms in
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 960d4d4..0bfb535 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -418,7 +418,7 @@ case "${targ}" in
targ_selvecs=bfd_elf32_frv_vec
;;
- moxie-*-elf | moxie-*-uclinux)
+ moxie-*-elf | moxie-*-rtems | moxie-*-uclinux)
targ_defvec=bfd_elf32_moxie_vec
;;