* configure.tgt (i[345]86*-*-isc*): New target. From
authorIan Lance Taylor <ian@airs.com>
Tue, 18 Jun 1996 21:58:52 +0000 (21:58 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 18 Jun 1996 21:58:52 +0000 (21:58 +0000)
<uddeborg@carmen.se>.

ld/ChangeLog
ld/configure.tgt

index 5490b1824e4c011507ba0f93a53c1688051fe255..e6390e3097fc622d50cecb362a3eca41d02d92f8 100644 (file)
@@ -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. 
 
index de04abf0cb24e0f581a166862bd734d65e306213..ec2bc30e2d296dfeff30a2f2bce7edda80a1c799 100644 (file)
@@ -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 ;;