changes for hp300hpux -- won't be enabled until bfd work is done

This commit is contained in:
Ken Raeburn
1993-04-28 23:04:12 +00:00
parent bafe0602a0
commit 5b4249d76c
3 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,7 @@ OUTPUT_ARCH(${ARCH})
${RELOCATING+${LIB_SEARCH_DIRS}}
${RELOCATING+__DYNAMIC = 0;}
${STACKZERO+${RELOCATION+${STACKZERO}}}
SECTIONS
{
.text ${RELOCATING+${TEXT_START_ADDR}}:

1
ld/config/hp300hpux.mt Normal file
View File

@ -0,0 +1 @@
EMUL=hp300hpux

7
ld/hp3hpux.sh Normal file
View File

@ -0,0 +1,7 @@
EMULATION_NAME=hp3hpux
SCRIPT_NAME=aout
OUTPUT_FORMAT="a.out-hp300hpux"
TEXT_START_ADDR=0
PAGE_SIZE=4096
ARCH=m68k
STACKZERO="___stack_zero = 0x2000;"