aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-12-06 21:34:37 +0000
committerIan Lance Taylor <ian@airs.com>1998-12-06 21:34:37 +0000
commit4bd181604728ebf0ff29d0b8b1a8dd24d9befae2 (patch)
tree72e87f67e87e14a4ed2ecaf310f6bead65efa606 /ld
parent884949db642d40ac14cc9cd218239fd7c569335f (diff)
downloadgdb-4bd181604728ebf0ff29d0b8b1a8dd24d9befae2.zip
gdb-4bd181604728ebf0ff29d0b8b1a8dd24d9befae2.tar.gz
gdb-4bd181604728ebf0ff29d0b8b1a8dd24d9befae2.tar.bz2
* configure.tgt (m68*-*-gnu*): New target. From Aymeric Vincent
<aymeric.vincent@emi.u-bordeaux.fr>.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/configure.tgt9
2 files changed, 12 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f6ad560..1d585a7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+Sun Dec 6 16:33:33 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * configure.tgt (m68*-*-gnu*): New target. From Aymeric Vincent
+ <aymeric.vincent@emi.u-bordeaux.fr>.
+
1998-12-04 Nick Clifton <nickc@cygnus.com>
* emulparams/fr30.sh (TEXT_START_ADDR): Change TEXT_START_ADDR
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 426641d..d07320c 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -101,7 +101,7 @@ i[3456]86-*-msdos*) targ_emul=i386msdos; targ_extra_emuls=i386aout ;;
i[3456]86-*-moss*) targ_emul=i386moss; targ_extra_emuls=i386msdos ;;
i[3456]86-*-winnt*) targ_emul=i386pe ;;
i[3456]86-*-pe) targ_emul=i386pe ;;
-i[3456]86-*-cygwin32*) targ_emul=i386pe ;
+i[3456]86-*-cygwin*) targ_emul=i386pe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
i[3456]86-*-mingw32*) targ_emul=i386pe ;;
# start-sanitize-beos
@@ -146,6 +146,7 @@ m68k-*-linux-gnu*) targ_emul=m68kelf
targ_extra_emuls=m68klinux
tdir_m68klinux=`echo ${targ_alias} | sed -e 's/linux/linuxaout/'`
;;
+m68*-*-gnu*) targ_emul=m68kelf ;;
m68*-*-lynxos*) targ_emul=m68klynx ;;
m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;;
m68*-*-netbsd*) targ_emul=m68knbsd ;;
@@ -164,6 +165,10 @@ mips*-*-ecoff*) targ_emul=mipsidt ;;
mips*-dec-bsd*) targ_emul=mipsbsd ;;
mips*-dec-netbsd*) targ_emul=elf32lmip ;;
mips*-*-bsd*) targ_emul=mipsbig ;;
+# start-sanitize-vr4xxx
+mips*vr4xxxel-*-elf*) targ_emul=elf32l4300 ;;
+mips*vr4xxx-*-elf*) targ_emul=elf32b4300 ;;
+# end-sanitize-vr4xxx
# start-sanitize-vr4320
mips*vr4320el-*-elf*) targ_emul=elf32l4300 ;;
mips*vr4320-*-elf*) targ_emul=elf32b4300 ;;
@@ -218,7 +223,7 @@ powerpc-*-macos*) targ_emul=ppcmacos ;;
powerpc-*-netware*) targ_emul=ppcnw ;;
powerpcle-*-pe) targ_emul=ppcpe ;;
powerpcle-*-winnt*) targ_emul=ppcpe ;;
-powerpcle-*-cygwin32) targ_emul=ppcpe ;;
+powerpcle-*-cygwin*) targ_emul=ppcpe ;;
powerpc-*-aix*) targ_emul=aixppc ;;
powerpc-*-beos*) targ_emul=aixppc ;;
rs6000-*-aix*) targ_emul=aixrs6 ;;