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:
Ian Lance Taylor 1996-03-12 17:04:25 +00:00
parent 8fee8bf38e
commit 02df835b83
3 changed files with 23 additions and 0 deletions

View File

@ -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>
* ldemul.h (ldemul_unrecognized_file): Declare.

View File

@ -111,6 +111,7 @@ riscix.sh
sa29200.sh
sh.sh
shl.sh
sparcaout.sh
sparclynx.sh
sparcnbsd.sh
st2000.sh

View 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