changes for hp300hpux -- won't be enabled until bfd work is done
authorKen Raeburn <raeburn@cygnus>
Wed, 28 Apr 1993 23:04:12 +0000 (23:04 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 28 Apr 1993 23:04:12 +0000 (23:04 +0000)
ld/aout.sc-sh
ld/config/hp300hpux.mt [new file with mode: 0644]
ld/hp3hpux.sh [new file with mode: 0644]

index 5a5bd24538c207870136933237c20fc47bb0ee9c..777c9bc6e49a73da148e514b726165626e466755 100755 (executable)
@@ -4,6 +4,7 @@ OUTPUT_ARCH(${ARCH})
 
 ${RELOCATING+${LIB_SEARCH_DIRS}}
 ${RELOCATING+__DYNAMIC  =  0;}
+${STACKZERO+${RELOCATION+${STACKZERO}}}
 SECTIONS
 {
   .text ${RELOCATING+${TEXT_START_ADDR}}:
diff --git a/ld/config/hp300hpux.mt b/ld/config/hp300hpux.mt
new file mode 100644 (file)
index 0000000..5a6571e
--- /dev/null
@@ -0,0 +1 @@
+EMUL=hp300hpux
diff --git a/ld/hp3hpux.sh b/ld/hp3hpux.sh
new file mode 100644 (file)
index 0000000..d4aadcb
--- /dev/null
@@ -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;"