mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Don't do SunOS style dynamic linking for sparc-aout:
* configure.tgt (sparc64-*-aout*): Use sparcaout, not sun4. (sparclite*-fujitsu-*, sparc*-*-aout): Likewise. (sparc*-wrs-vxworks*): Likewise. * emulparams/sparcaout.sh: New file. * Makefile.in (ALL_EMULATIONS): Add esparcaout.o. (esparcaout.c): New target.
This commit is contained in:
16
ld/ChangeLog
16
ld/ChangeLog
@ -1,3 +1,19 @@
|
|||||||
|
Tue Mar 12 12:02:21 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
Don't do SunOS style dynamic linking for sparc-aout:
|
||||||
|
* configure.tgt (sparc64-*-aout*): Use sparcaout, not sun4.
|
||||||
|
(sparclite*-fujitsu-*, sparc*-*-aout): Likewise.
|
||||||
|
(sparc*-wrs-vxworks*): Likewise.
|
||||||
|
* emulparams/sparcaout.sh: New file.
|
||||||
|
* Makefile.in (ALL_EMULATIONS): Add esparcaout.o.
|
||||||
|
(esparcaout.c): New target.
|
||||||
|
|
||||||
|
Wed Mar 6 16:06:52 1996 J.T. Conklin <jtc@rtl.cygnus.com>
|
||||||
|
|
||||||
|
* scripttempl/elfppc.sc (.sdata2, .sbss2): Implement Feb 2 change
|
||||||
|
in a different manner to work around differences in shell variable
|
||||||
|
expansion.
|
||||||
|
|
||||||
Wed Mar 6 18:08:18 1996 Ian Lance Taylor <ian@cygnus.com>
|
Wed Mar 6 18:08:18 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* ldemul.h (ldemul_unrecognized_file): Declare.
|
* ldemul.h (ldemul_unrecognized_file): Declare.
|
||||||
|
@ -111,6 +111,7 @@ riscix.sh
|
|||||||
sa29200.sh
|
sa29200.sh
|
||||||
sh.sh
|
sh.sh
|
||||||
shl.sh
|
shl.sh
|
||||||
|
sparcaout.sh
|
||||||
sparclynx.sh
|
sparclynx.sh
|
||||||
sparcnbsd.sh
|
sparcnbsd.sh
|
||||||
st2000.sh
|
st2000.sh
|
||||||
|
6
ld/emulparams/sparcaout.sh
Normal file
6
ld/emulparams/sparcaout.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
SCRIPT_NAME=aout
|
||||||
|
OUTPUT_FORMAT="a.out-sunos-big"
|
||||||
|
TEXT_START_ADDR=0x2020
|
||||||
|
TARGET_PAGE_SIZE=0x2000
|
||||||
|
NONPAGED_TEXT_START_ADDR=0x2000
|
||||||
|
ARCH=sparc
|
Reference in New Issue
Block a user