mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 02:17:45 +08:00
* configure.tgt (mips*el-*-elf*): Use elf32elmip.
(mips*-*-elf*): Use elf32ebmip. * emulparams/elf32bmip.sh (EMBEDDED): Don't define. * emulparams/elf32lmip.sh (EMBEDDED): Don't define. * emulparams/elf32elmip.sh: New file; copy of elf32lmip.sh with EMBEDDED defined. * emulparams/elf32ebmip.sh: New file; copy of elf32bmip.sh with EMBEDDED defined. * emulparams/elf32b4300.sh (EMBEDDED): Define. * emulparams/elf32l4300.sh (EMBEDDED): Define. * Makefile.in (ALL_EMULATIONS): Add eelf32ebmip.o eelf32elmip.o. (eelf32ebmip.c, eelf32elmip.c): New targets. Irix 5 is not an embedded system.
This commit is contained in:
15
ld/ChangeLog
15
ld/ChangeLog
@ -1,3 +1,18 @@
|
|||||||
|
Tue Jul 9 12:09:02 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* configure.tgt (mips*el-*-elf*): Use elf32elmip.
|
||||||
|
(mips*-*-elf*): Use elf32ebmip.
|
||||||
|
* emulparams/elf32bmip.sh (EMBEDDED): Don't define.
|
||||||
|
* emulparams/elf32lmip.sh (EMBEDDED): Don't define.
|
||||||
|
* emulparams/elf32elmip.sh: New file; copy of elf32lmip.sh with
|
||||||
|
EMBEDDED defined.
|
||||||
|
* emulparams/elf32ebmip.sh: New file; copy of elf32bmip.sh with
|
||||||
|
EMBEDDED defined.
|
||||||
|
* emulparams/elf32b4300.sh (EMBEDDED): Define.
|
||||||
|
* emulparams/elf32l4300.sh (EMBEDDED): Define.
|
||||||
|
* Makefile.in (ALL_EMULATIONS): Add eelf32ebmip.o eelf32elmip.o.
|
||||||
|
(eelf32ebmip.c, eelf32elmip.c): New targets.
|
||||||
|
|
||||||
Thu Jul 4 12:01:03 1996 Ian Lance Taylor <ian@cygnus.com>
|
Thu Jul 4 12:01:03 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* ldver.c (ldversion): Set version to cygnus-2.7.1.
|
* ldver.c (ldversion): Set version to cygnus-2.7.1.
|
||||||
|
@ -209,6 +209,8 @@ ALL_EMULATIONS = \
|
|||||||
eelf32_sparc.o \
|
eelf32_sparc.o \
|
||||||
eelf32b4300.o \
|
eelf32b4300.o \
|
||||||
eelf32bmip.o \
|
eelf32bmip.o \
|
||||||
|
eelf32ebmip.o \
|
||||||
|
eelf32elmip.o \
|
||||||
eelf32l4300.o \
|
eelf32l4300.o \
|
||||||
eelf32lmip.o \
|
eelf32lmip.o \
|
||||||
eelf32lppc.o \
|
eelf32lppc.o \
|
||||||
@ -392,6 +394,12 @@ eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
|
|||||||
eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \
|
eelf32bmip.c: $(srcdir)/emulparams/elf32bmip.sh \
|
||||||
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfmips.sc ${GEN_DEPENDS}
|
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfmips.sc ${GEN_DEPENDS}
|
||||||
${GENSCRIPTS} elf32bmip "$(tdir_elf32bmip)"
|
${GENSCRIPTS} elf32bmip "$(tdir_elf32bmip)"
|
||||||
|
eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \
|
||||||
|
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfmips.sc ${GEN_DEPENDS}
|
||||||
|
${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)"
|
||||||
|
eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \
|
||||||
|
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfmips.sc ${GEN_DEPENDS}
|
||||||
|
${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)"
|
||||||
eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \
|
eelf32l4300.c: $(srcdir)/emulparams/elf32l4300.sh \
|
||||||
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||||
${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)"
|
${GENSCRIPTS} elf32l4300 "$(tdir_elf32l4300)"
|
||||||
|
@ -126,8 +126,8 @@ mips*vr4300el-*-elf*) targ_emul=elf32l4300 ;;
|
|||||||
mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;
|
mips*vr4300-*-elf*) targ_emul=elf32b4300 ;;
|
||||||
mips*vr4100el-*-elf*) targ_emul=elf32l4300 ;;
|
mips*vr4100el-*-elf*) targ_emul=elf32l4300 ;;
|
||||||
mips*vr4100-*-elf*) targ_emul=elf32b4300 ;;
|
mips*vr4100-*-elf*) targ_emul=elf32b4300 ;;
|
||||||
mips*el-*-elf*) targ_emul=elf32lmip ;;
|
mips*el-*-elf*) targ_emul=elf32elmip ;;
|
||||||
mips*-*-elf*) targ_emul=elf32bmip ;;
|
mips*-*-elf*) targ_emul=elf32ebmip ;;
|
||||||
alpha-*-linuxecoff*) targ_emul=alpha targ_extra_emuls=elf64alpha
|
alpha-*-linuxecoff*) targ_emul=alpha targ_extra_emuls=elf64alpha
|
||||||
tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
|
tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
|
||||||
;;
|
;;
|
||||||
|
@ -45,6 +45,8 @@ delta68.sh
|
|||||||
ebmon29k.sh
|
ebmon29k.sh
|
||||||
elf32_sparc.sh
|
elf32_sparc.sh
|
||||||
elf32bmip.sh
|
elf32bmip.sh
|
||||||
|
elf32ebmip.sh
|
||||||
|
elf32elmip.sh
|
||||||
elf32lmip.sh
|
elf32lmip.sh
|
||||||
elf32lppc.sh
|
elf32lppc.sh
|
||||||
elf32ppc.sh
|
elf32ppc.sh
|
||||||
|
28
ld/emulparams/elf32ebmip.sh
Normal file
28
ld/emulparams/elf32ebmip.sh
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
SCRIPT_NAME=elfmips
|
||||||
|
OUTPUT_FORMAT="elf32-bigmips"
|
||||||
|
BIG_OUTPUT_FORMAT="elf32-bigmips"
|
||||||
|
LITTLE_OUTPUT_FORMAT="elf32-littlemips"
|
||||||
|
TEXT_START_ADDR=0x0400000
|
||||||
|
DATA_ADDR=0x10000000
|
||||||
|
MAXPAGESIZE=0x40000
|
||||||
|
NONPAGED_TEXT_START_ADDR=0x0400000
|
||||||
|
SHLIB_TEXT_START_ADDR=0x5ffe0000
|
||||||
|
OTHER_READONLY_SECTIONS='.reginfo : { *(.reginfo) }'
|
||||||
|
OTHER_GOT_SYMBOLS='
|
||||||
|
_gp = ALIGN(16) + 0x7ff0;
|
||||||
|
'
|
||||||
|
OTHER_READWRITE_SECTIONS='
|
||||||
|
.lit8 : { *(.lit8) }
|
||||||
|
.lit4 : { *(.lit4) }
|
||||||
|
'
|
||||||
|
TEXT_START_SYMBOLS='_ftext = . ;'
|
||||||
|
DATA_START_SYMBOLS='_fdata = . ;'
|
||||||
|
OTHER_BSS_SYMBOLS='_fbss = .;'
|
||||||
|
OTHER_SECTIONS='
|
||||||
|
.gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
|
||||||
|
.gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
|
||||||
|
'
|
||||||
|
ARCH=mips
|
||||||
|
TEMPLATE_NAME=elf32
|
||||||
|
GENERATE_SHLIB_SCRIPT=yes
|
||||||
|
EMBEDDED=yes
|
28
ld/emulparams/elf32elmip.sh
Normal file
28
ld/emulparams/elf32elmip.sh
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
SCRIPT_NAME=elfmips
|
||||||
|
OUTPUT_FORMAT="elf32-littlemips"
|
||||||
|
BIG_OUTPUT_FORMAT="elf32-bigmips"
|
||||||
|
LITTLE_OUTPUT_FORMAT="elf32-littlemips"
|
||||||
|
TEXT_START_ADDR=0x0400000
|
||||||
|
DATA_ADDR=0x10000000
|
||||||
|
MAXPAGESIZE=0x40000
|
||||||
|
NONPAGED_TEXT_START_ADDR=0x0400000
|
||||||
|
SHLIB_TEXT_START_ADDR=0x5ffe0000
|
||||||
|
OTHER_READONLY_SECTIONS='.reginfo : { *(.reginfo) }'
|
||||||
|
OTHER_GOT_SYMBOLS='
|
||||||
|
_gp = ALIGN(16) + 0x7ff0;
|
||||||
|
'
|
||||||
|
OTHER_READWRITE_SECTIONS='
|
||||||
|
.lit8 : { *(.lit8) }
|
||||||
|
.lit4 : { *(.lit4) }
|
||||||
|
'
|
||||||
|
TEXT_START_SYMBOLS='_ftext = . ;'
|
||||||
|
DATA_START_SYMBOLS='_fdata = . ;'
|
||||||
|
OTHER_BSS_SYMBOLS='_fbss = .;'
|
||||||
|
OTHER_SECTIONS='
|
||||||
|
.gptab.sdata : { *(.gptab.data) *(.gptab.sdata) }
|
||||||
|
.gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
|
||||||
|
'
|
||||||
|
ARCH=mips
|
||||||
|
TEMPLATE_NAME=elf32
|
||||||
|
GENERATE_SHLIB_SCRIPT=yes
|
||||||
|
EMBEDDED=yes
|
Reference in New Issue
Block a user