mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
changes for hp300hpux -- won't be enabled until bfd work is done
This commit is contained in:
@ -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
1
ld/config/hp300hpux.mt
Normal file
@ -0,0 +1 @@
|
||||
EMUL=hp300hpux
|
7
ld/hp3hpux.sh
Normal file
7
ld/hp3hpux.sh
Normal 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;"
|
Reference in New Issue
Block a user