Solaris 2 support; sparc64 sanitization.

This commit is contained in:
Ken Raeburn 1993-07-12 15:01:15 +00:00
parent dc31b55093
commit e900b30cae
2 changed files with 24 additions and 0 deletions

View File

@ -27,6 +27,8 @@ Things-to-keep:
README
a29k.sh
ebmon29k.sh
elf32-sparc.sh
elf64-sparc.sh
gld960.sh
go32.sh
h8300.sh
@ -63,3 +65,18 @@ Things-to-lose:
Do-last:
if ( echo $* | grep keep-v9 > /dev/null ) ; then
if [ -n "${verbose}" ] ; then
echo Keeping `pwd`/elf64-sparc.sh.
fi
else
if [ -n "${verbose}" ] ; then
echo Removing `pwd`/elf64-sparc.sh.
fi
if [ -n "${safe}" ] ; then
mv elf64-sparc.sh .Recover
else
rm elf64-sparc.sh
fi
fi

View File

@ -0,0 +1,7 @@
EMULATION_NAME=elf32_sparc
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-sparc"
TEXT_START_ADDR=0x100200
PAGE_SIZE=0x100000
NONPAGED_TEXT_START_ADDR=0x100200
ARCH=sparc