Add moxie-uclinux support.
authorAnthony Green <green@redhat.com>
Fri, 31 Jul 2009 11:25:14 +0000 (11:25 +0000)
committerAnthony Green <green@redhat.com>
Fri, 31 Jul 2009 11:25:14 +0000 (11:25 +0000)
bfd/ChangeLog
bfd/config.bfd
gas/ChangeLog
gas/configure.tgt

index 88e61ec603a9f9c8f6554013b9aaaf2908510a75..2736ccc1cea392f06b78d1739438a9a980c7e2c4 100644 (file)
@@ -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.
index b95079fbfcfc22b0fa82a4a695eb11c7e17a91c9..029fa343057d920eb03580bb9a1e2e7054155a39 100644 (file)
@@ -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
     ;;
 
index 4eff58b0905527676d36929361e87a7d738a57b9..72580e630abf29c1a8bab0e9cb8f844788d00f71 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-31  Anthony Green  <green@moxielogic.com>
+
+       * configure.tgt (generic_target): Add moxie-uclinux support.
+
 2009-07-30  Nick Clifton  <nickc@redhat.com>
 
        * doc/c-arm.texi (ARM-Instruction-Set): New node.  Documents the
index da0cb1d0b31c157ff81fb5c365304c34d759e50e..1539706882080071745fb1d7cc6aa655384c490d 100644 (file)
@@ -149,7 +149,8 @@ case ${generic_target} in
   frv-*-*linux*)                       fmt=elf em=linux;;
   frv-*-*)                             fmt=elf ;;
 
-  moxie-*-*)                             fmt=elf ;;
+  moxie-*-uclinux)                      fmt=elf em=linux;;
+  moxie-*-*)                            fmt=elf ;;
 
   hppa-*-linux*)
     case ${cpu} in
This page took 0.028861 seconds and 4 git commands to generate.