diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2003-05-26 11:56:26 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2003-05-26 11:56:26 +0000 |
commit | 90be1c5c0885c1643dae51d2b87d84c41f644f8f (patch) | |
tree | e6062ee0a008fff5ef72ff7b5e3fa592cfa158ee /ld/emulparams/elf64btsmip.sh | |
parent | 6a7d64f6f08b99b68b2b07d2c30a3685b0a73835 (diff) | |
download | binutils-gdb-90be1c5c0885c1643dae51d2b87d84c41f644f8f.tar.gz |
* emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
trap on pointer crops.
Diffstat (limited to 'ld/emulparams/elf64btsmip.sh')
-rw-r--r-- | ld/emulparams/elf64btsmip.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/emulparams/elf64btsmip.sh b/ld/emulparams/elf64btsmip.sh index c4595ced90a..c5b8664e3ab 100644 --- a/ld/emulparams/elf64btsmip.sh +++ b/ld/emulparams/elf64btsmip.sh @@ -14,4 +14,5 @@ OTHER_SECTIONS=' .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) } ' +TEXT_START_ADDR="0x120000000" TEXT_DYNAMIC= |