aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-18 21:58:52 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-18 21:58:52 +0000
commit2e71dfc02cf0fa3f99a90402f14f9cfce9a12120 (patch)
tree7fc9141b324b7e6de02bbd9db104a8451eab34a2 /ld
parentc674dcaa717be20a390380f8e33811fe50d75dd6 (diff)
downloadgdb-2e71dfc02cf0fa3f99a90402f14f9cfce9a12120.zip
gdb-2e71dfc02cf0fa3f99a90402f14f9cfce9a12120.tar.gz
gdb-2e71dfc02cf0fa3f99a90402f14f9cfce9a12120.tar.bz2
* configure.tgt (i[345]86*-*-isc*): New target. From
<uddeborg@carmen.se>.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog14
-rw-r--r--ld/configure.tgt9
2 files changed, 17 insertions, 6 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 5490b18..e6390e3 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,15 @@
+Tue Jun 18 17:55:39 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * configure.tgt (i[345]86*-*-isc*): New target. From
+ <uddeborg@carmen.se>.
+
+Wed Jun 12 12:46:21 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * lexsup.c: Include "libiberty.h".
+ (parse_args): Copy the -Y argument into memory.
+ (set_default_dirlist): Don't put the ':' back into the directory
+ list.
+
Fri Jun 7 11:27:42 1996 Ian Lance Taylor <ian@cygnus.com>
* emultempl/sunos.em: Include libiberty.h.
@@ -1070,7 +1082,7 @@ Fri Oct 27 18:03:17 1995 Niklas Hallqvist <niklas@appli.se>
hp300bsd,hp3hpux,hppaelf.sh,i386aout,i386bsd,i386coff,i386go32,
i386linux,i386lynx,i386nbsd,lnk960,m68kaout,m68kcoff,m68klynx,
m88kbcs,mipsbig,mipsbsd,mipsidt,mipsidtl,mipslit,news,ns32knbsd,
- pc532machaout,rce,riscix,sa29200,sh,shl,sparclynx,sparcnbsd,
+ pc532machaout,riscix,sa29200,sh,shl,sparclynx,sparcnbsd,
st2000,sun3,sun4,vanilla,vax,vsta,w65,z8001,z8002}.sh: Changed
PAGE_SIZE to TARGET_PAGE_SIZE.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index de04abf..ec2bc30 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -41,6 +41,7 @@ i[345]86-*-vsta) targ_emul=vsta ;;
i[345]86-*-go32) targ_emul=i386go32 ;;
i[345]86-*-aix*) targ_emul=i386coff ;;
i[345]86-*-sco*) targ_emul=i386coff ;;
+i[345]86-*-isc*) targ_emul=i386coff ;;
i[345]86-*-lynxos*) targ_emul=i386lynx ;;
i[345]86-*-coff) targ_emul=i386coff ;;
i[345]86-*-bsd) targ_emul=i386bsd ;;
@@ -61,6 +62,7 @@ i[345]86-*-unixware) targ_emul=elf_i386 ;;
i[345]86-*-netbsd*) targ_emul=i386nbsd ;;
i[345]86-*-netware) targ_emul=i386nw ;;
i[345]86-*-elf*) targ_emul=elf_i386 ;;
+i[345]86-*-freebsdelf*) targ_emul=elf_i386 ;;
i[345]86-*-sysv*) targ_emul=i386coff ;;
i[345]86-*-ptx*) targ_emul=i386coff ;;
i[345]86-*-mach*) targ_emul=i386mach ;;
@@ -83,9 +85,6 @@ h8500-*-hms) targ_emul=h8500
targ_extra_emuls="h8500s h8500b h8500m h8500c"
;;
sh-*-*) targ_emul=sh; targ_extra_emuls=shl ;;
-# start-sanitize-rce
-rce-*-aout) targ_emul=rce ;;
-# end-sanitize-rce
m68k-sony-*) targ_emul=news ;;
m68k-hp-bsd*) targ_emul=hp300bsd ;;
m68*-motorola-sysv*) targ_emul=delta68 ;;
@@ -128,8 +127,8 @@ alpha-*-netware*) targ_emul=alpha ;;
z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;
ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532machaout ;;
ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
-powerpc-*-elf* | powerpc-*-eabi*) targ_emul=elf32ppc ;;
-powerpcle-*-elf* | powerpcle-*-eabi*) targ_emul=elf32lppc ;;
+powerpc-*-elf* | powerpc-*-eabi* | powerpc-*-linux* | powerpc-*-sysv*) targ_emul=elf32ppc ;;
+powerpcle-*-elf* | powerpcle-*-eabi* | powerpcle-*-solaris* | powerpcle-*-sysv*) targ_emul=elf32lppc ;;
powerpc-*-macos*) targ_emul=ppcmacos ;;
powerpc-*-netware*) targ_emul=ppcnw ;;
powerpcle-*-pe) targ_emul=ppcpe ;;