* configure.tgt (mips*-sgi-irix[56]*): Use elf32bsmip rather than
elf32bmip. (mips*el-*-linux*): Change elf32lmip to elf32lsmip and elf32bmip to elf32bsmip. (mips*-*-linux*): Likewise. * emulparams/elf32bsmip.sh: New file; just like elf32bmip.sh, but setting ENTRY to __start. * emulparams/elf32lsmip.sh: New file; just like elf32lmip.sh, but setting ENTRY to __start. * scripttempl/elf.sc: Always set ENTRY to _start if it was not already set.
This commit is contained in:
parent
a446b86dec
commit
353e5cb604
14
ld/ChangeLog
14
ld/ChangeLog
@ -1,3 +1,17 @@
|
||||
Thu Oct 2 18:40:28 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.tgt (mips*-sgi-irix[56]*): Use elf32bsmip rather than
|
||||
elf32bmip.
|
||||
(mips*el-*-linux*): Change elf32lmip to elf32lsmip and elf32bmip
|
||||
to elf32bsmip.
|
||||
(mips*-*-linux*): Likewise.
|
||||
* emulparams/elf32bsmip.sh: New file; just like elf32bmip.sh, but
|
||||
setting ENTRY to __start.
|
||||
* emulparams/elf32lsmip.sh: New file; just like elf32lmip.sh, but
|
||||
setting ENTRY to __start.
|
||||
* scripttempl/elf.sc: Always set ENTRY to _start if it was not
|
||||
already set.
|
||||
|
||||
Wed Oct 1 16:41:00 1997 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* emulparams/v850.sh (ROZDATA_START_ADDR, ROSDATA_START_ADDR): New
|
||||
|
@ -55,10 +55,12 @@ delta68.sh
|
||||
ebmon29k.sh
|
||||
elf32_sparc.sh
|
||||
elf32bmip.sh
|
||||
elf32bsmip.sh
|
||||
elf32ebmip.sh
|
||||
elf32elmip.sh
|
||||
elf32lmip.sh
|
||||
elf32lppc.sh
|
||||
elf32lsmip.sh
|
||||
elf32ppc.sh
|
||||
elf32b4300.sh
|
||||
elf32l4300.sh
|
||||
|
Loading…
Reference in New Issue
Block a user