mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* configure.tgt (i[345]86*-*-isc*): New target. From
<uddeborg@carmen.se>.
This commit is contained in:
14
ld/ChangeLog
14
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>
|
Fri Jun 7 11:27:42 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* emultempl/sunos.em: Include libiberty.h.
|
* 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,
|
hp300bsd,hp3hpux,hppaelf.sh,i386aout,i386bsd,i386coff,i386go32,
|
||||||
i386linux,i386lynx,i386nbsd,lnk960,m68kaout,m68kcoff,m68klynx,
|
i386linux,i386lynx,i386nbsd,lnk960,m68kaout,m68kcoff,m68klynx,
|
||||||
m88kbcs,mipsbig,mipsbsd,mipsidt,mipsidtl,mipslit,news,ns32knbsd,
|
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
|
st2000,sun3,sun4,vanilla,vax,vsta,w65,z8001,z8002}.sh: Changed
|
||||||
PAGE_SIZE to TARGET_PAGE_SIZE.
|
PAGE_SIZE to TARGET_PAGE_SIZE.
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ i[345]86-*-vsta) targ_emul=vsta ;;
|
|||||||
i[345]86-*-go32) targ_emul=i386go32 ;;
|
i[345]86-*-go32) targ_emul=i386go32 ;;
|
||||||
i[345]86-*-aix*) targ_emul=i386coff ;;
|
i[345]86-*-aix*) targ_emul=i386coff ;;
|
||||||
i[345]86-*-sco*) 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-*-lynxos*) targ_emul=i386lynx ;;
|
||||||
i[345]86-*-coff) targ_emul=i386coff ;;
|
i[345]86-*-coff) targ_emul=i386coff ;;
|
||||||
i[345]86-*-bsd) targ_emul=i386bsd ;;
|
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-*-netbsd*) targ_emul=i386nbsd ;;
|
||||||
i[345]86-*-netware) targ_emul=i386nw ;;
|
i[345]86-*-netware) targ_emul=i386nw ;;
|
||||||
i[345]86-*-elf*) targ_emul=elf_i386 ;;
|
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-*-sysv*) targ_emul=i386coff ;;
|
||||||
i[345]86-*-ptx*) targ_emul=i386coff ;;
|
i[345]86-*-ptx*) targ_emul=i386coff ;;
|
||||||
i[345]86-*-mach*) targ_emul=i386mach ;;
|
i[345]86-*-mach*) targ_emul=i386mach ;;
|
||||||
@ -83,9 +85,6 @@ h8500-*-hms) targ_emul=h8500
|
|||||||
targ_extra_emuls="h8500s h8500b h8500m h8500c"
|
targ_extra_emuls="h8500s h8500b h8500m h8500c"
|
||||||
;;
|
;;
|
||||||
sh-*-*) targ_emul=sh; targ_extra_emuls=shl ;;
|
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-sony-*) targ_emul=news ;;
|
||||||
m68k-hp-bsd*) targ_emul=hp300bsd ;;
|
m68k-hp-bsd*) targ_emul=hp300bsd ;;
|
||||||
m68*-motorola-sysv*) targ_emul=delta68 ;;
|
m68*-motorola-sysv*) targ_emul=delta68 ;;
|
||||||
@ -128,8 +127,8 @@ alpha-*-netware*) targ_emul=alpha ;;
|
|||||||
z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;
|
z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;
|
||||||
ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532machaout ;;
|
ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532machaout ;;
|
||||||
ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
|
ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
|
||||||
powerpc-*-elf* | powerpc-*-eabi*) targ_emul=elf32ppc ;;
|
powerpc-*-elf* | powerpc-*-eabi* | powerpc-*-linux* | powerpc-*-sysv*) targ_emul=elf32ppc ;;
|
||||||
powerpcle-*-elf* | powerpcle-*-eabi*) targ_emul=elf32lppc ;;
|
powerpcle-*-elf* | powerpcle-*-eabi* | powerpcle-*-solaris* | powerpcle-*-sysv*) targ_emul=elf32lppc ;;
|
||||||
powerpc-*-macos*) targ_emul=ppcmacos ;;
|
powerpc-*-macos*) targ_emul=ppcmacos ;;
|
||||||
powerpc-*-netware*) targ_emul=ppcnw ;;
|
powerpc-*-netware*) targ_emul=ppcnw ;;
|
||||||
powerpcle-*-pe) targ_emul=ppcpe ;;
|
powerpcle-*-pe) targ_emul=ppcpe ;;
|
||||||
|
Reference in New Issue
Block a user