From e95c64cb3b984a2314b458e82f460d59b8323d47 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Fri, 30 Jul 2010 07:32:18 +0000 Subject: [PATCH] Add moxie-rtems support --- bfd/ChangeLog | 4 ++++ bfd/config.bfd | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 81379dbcc1..6b1de15cef 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2010-07-30 Anthony Green + + * config.bfd (targ_cpu): Add moxie-*-rtems support. + 2010-07-29 Alan Modra * elf64-ppc.c (ppc64_elf_edit_toc): Always adjust local syms in diff --git a/bfd/config.bfd b/bfd/config.bfd index 960d4d4408..0bfb53541a 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 ;; -- 2.34.1