OSDN Git Service

* configure.tgt: Set em=vxworks for *-*-vxworks.
authorpbrook <pbrook>
Thu, 6 Jan 2005 16:13:47 +0000 (16:13 +0000)
committerpbrook <pbrook>
Thu, 6 Jan 2005 16:13:47 +0000 (16:13 +0000)
* config/te-vxworks.h: New File.

gas/ChangeLog
gas/configure.tgt

index 0d7977c..e900b24 100644 (file)
@@ -1,5 +1,10 @@
 2005-01-06  Paul Brook  <paul@codesourcery.com>
 
+       * configure.tgt: Set em=vxworks for *-*-vxworks.
+       * config/te-vxworks.h: New File.
+
+2005-01-06  Paul Brook  <paul@codesourcery.com>
+
        * config/tc-arm.c (arm_cpus): Correct arch field for arm1026ej-s.
 
 2005-01-04  Dmitry Diky  <diwil@spec.ru>
index 085e3e1..60d9387 100644 (file)
@@ -423,7 +423,7 @@ case ${generic_target} in
   *-*-sim)                             fmt=coff ;;
   *-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf ;;
   *-*-aros*)                           fmt=elf em=linux bfd_gas=yes ;;
-  *-*-vxworks | *-*-windiss)           fmt=elf ;;
+  *-*-vxworks | *-*-windiss)           fmt=elf em=vxworks ;;
   *-*-netware)                         fmt=elf em=netware ;;
 esac