diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-22 00:49:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-22 00:49:09 +0000 |
commit | 41d390a7ac68e47a40e2654a863b41ad02c2c86b (patch) | |
tree | bd4e8e651b7a5360ddaf0c1697cc8505a40ced56 | |
parent | 29fe79d3a89cad6bf29f31453c0a1e6adac4b116 (diff) | |
download | gdb-41d390a7ac68e47a40e2654a863b41ad02c2c86b.zip gdb-41d390a7ac68e47a40e2654a863b41ad02c2c86b.tar.gz gdb-41d390a7ac68e47a40e2654a863b41ad02c2c86b.tar.bz2 |
1999-07-21 H.J. Lu <hjl@gnu.org>
* configure.tgt (mips*el-*-vxworks*): New target.
1999-07-21 Brad M. Garcia <bgarcia@fore.com>
* configure.tgt (i[3456]86-*-vxworks*): New target.
-rw-r--r-- | ld/ChangeLog | 8 | ||||
-rw-r--r-- | ld/configure.tgt | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 48ffb22..d137554 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +1999-07-21 H.J. Lu <hjl@gnu.org> + + * configure.tgt (mips*el-*-vxworks*): New target. + +1999-07-21 Brad M. Garcia <bgarcia@fore.com> + + * configure.tgt (i[3456]86-*-vxworks*): New target. + Tue Jul 20 15:18:46 1999 Bob Manson <manson@charmed.cygnus.com> * ldlang.c (lang_gc_sections): Only handle the start symbol diff --git a/ld/configure.tgt b/ld/configure.tgt index 65203a9..2d242c3 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -117,6 +117,7 @@ i[3456]86-*-mingw32*) targ_emul=i386pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; i[3456]86-*-beospe*) targ_emul=i386beos ;; i[3456]86-*-beos*) targ_emul=elf_i386_be ;; +i[3456]86-*-vxworks*) targ_emul=i386aout ;; m8*-*-*) targ_emul=m88kbcs ;; a29k-*-udi) targ_emul=sa29200 ;; a29k-*-ebmon) targ_emul=ebmon29k ;; @@ -197,6 +198,7 @@ mips*el-*-elf*) targ_emul=elf32elmip ;; mips*-*-elf*) targ_emul=elf32ebmip ;; mips*el-*-rtems*) targ_emul=elf32elmip ;; mips*-*-rtems*) targ_emul=elf32ebmip ;; +mips*el-*-vxworks*) targ_emul=elf32elmip ;; mips*-*-vxworks*) targ_emul=elf32ebmip ;; mips*el-*-linux-gnu*) targ_emul=elf32lsmip targ_extra_emuls="elf32bsmip mipslit mipsbig" |