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:
9ff9845
)
Add moxie-rtems support
author
Anthony Green
<green@redhat.com>
Fri, 30 Jul 2010 07:32:18 +0000
(07:32 +0000)
committer
Anthony Green
<green@redhat.com>
Fri, 30 Jul 2010 07:32:18 +0000
(07:32 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/config.bfd
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 81379dbcc121e63d250df83404cffae775a3f457..6b1de15cef3ec03862ffe029e912c691fd1d3d83 100644
(file)
--- 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 960d4d4408c7f4f792e18a4887fa3708bb8f9473..0bfb53541aace90e1d316ec6bce16c1adaceb564 100644
(file)
--- 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
;;