d652e1234b
- move WxorX setup into separate OpenBSD arch targets -- "I have not found any problems with the binutils patch" drahn@
11 lines
222 B
Bash
11 lines
222 B
Bash
. ${srcdir}/emulparams/elf_i386.sh
|
|
. ${srcdir}/emulparams/elf_obsd.sh
|
|
|
|
TEXT_START_ADDR=0x1C000000
|
|
|
|
RODATA_PADSIZE=0x20000000
|
|
RODATA_ALIGN=". = ALIGN(${RODATA_PADSIZE})"
|
|
RODATA_ALIGN_ADD="${TEXT_START_ADDR}"
|
|
|
|
unset PAD_PLT
|