* configure.tgt: Add sparc64-*-linux*.
* emulparams/elf64_sparc.sh (GENERATE_SHLIB_SCRIPT, NOP): New.
This commit is contained in:
parent
82785278c1
commit
639da7eb77
3 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Oct 23 00:44:20 1997 Richard Henderson <rth@dot.cygnus.com>
|
||||||
|
|
||||||
|
* configure.tgt: Add sparc64-*-linux*.
|
||||||
|
* emulparams/elf64_sparc.sh (GENERATE_SHLIB_SCRIPT, NOP): New.
|
||||||
|
|
||||||
Wed Oct 22 11:29:25 1997 Ian Lance Taylor <ian@cygnus.com>
|
Wed Oct 22 11:29:25 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* scripttempl/pe.sc: Put .eh_frame in .rdata.
|
* scripttempl/pe.sc: Put .eh_frame in .rdata.
|
||||||
|
|
|
@ -31,6 +31,12 @@ sparc*-*-linux*aout*) targ_emul=sparclinux
|
||||||
tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/aout//'`
|
tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/aout//'`
|
||||||
tdir_sun4=sparc-sun-sunos4
|
tdir_sun4=sparc-sun-sunos4
|
||||||
;;
|
;;
|
||||||
|
sparc64-*-linux*) targ_emul=elf64_sparc
|
||||||
|
targ_extra_emuls="elf32_sparc sparclinux sun4"
|
||||||
|
tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
|
||||||
|
tdir_sparclinux=${tdir_elf32_sparc}aout
|
||||||
|
tdir_sun4=sparc-sun-sunos4
|
||||||
|
;;
|
||||||
sparc*-*-linux*) targ_emul=elf32_sparc
|
sparc*-*-linux*) targ_emul=elf32_sparc
|
||||||
targ_extra_emuls="sparclinux sun4"
|
targ_extra_emuls="sparclinux sun4"
|
||||||
tdir_sparclinux=${targ_alias}aout
|
tdir_sparclinux=${targ_alias}aout
|
||||||
|
|
9
ld/emulparams/elf64_sparc.sh
Normal file
9
ld/emulparams/elf64_sparc.sh
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
SCRIPT_NAME=elf
|
||||||
|
OUTPUT_FORMAT="elf64-sparc"
|
||||||
|
TEXT_START_ADDR=0x100200
|
||||||
|
MAXPAGESIZE=0x100000
|
||||||
|
NONPAGED_TEXT_START_ADDR=0x100200
|
||||||
|
ARCH="sparc:v9"
|
||||||
|
MACHINE=
|
||||||
|
GENERATE_SHLIB_SCRIPT=yes
|
||||||
|
NOP=0x01000000
|
Loading…
Reference in a new issue