aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2009-07-31 11:25:14 +0000
committerAnthony Green <green@redhat.com>2009-07-31 11:25:14 +0000
commit5d8d4872fea6a055fe362bbf176a963ae4c9d12f (patch)
tree9b1958f3cef1197d259c98d84f884c1d5f2aab3d /bfd
parentdd52c6dee232ec529d5a52ae0d40842f0d0cfc66 (diff)
downloadgdb-5d8d4872fea6a055fe362bbf176a963ae4c9d12f.zip
gdb-5d8d4872fea6a055fe362bbf176a963ae4c9d12f.tar.gz
gdb-5d8d4872fea6a055fe362bbf176a963ae4c9d12f.tar.bz2
Add moxie-uclinux 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 88e61ec..2736ccc 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-31 Anthony Green <green@moxielogic.com>
+
+ * config.bfd (targ_cpu): Add moxie-uclinux support.
+
2009-07-31 Hans-Peter Nilsson <hp@bitrange.com>
* linker.c (fix_syms): Consider SEC_LOAD when choosing section.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index b95079f..029fa34 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-*-elf | moxie-*-uclinux)
targ_defvec=bfd_elf32_moxie_vec
;;