diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-08-24 23:45:26 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-08-24 23:45:26 +0000 |
commit | 4346166b0776aaa239172faa744f4357be89f0f7 (patch) | |
tree | b28dfb144d073b6b89c776720f62ec2739265f41 /ld/scripttempl | |
parent | 95a2b9d2ce074cecfcb85f4e1c943e33d068d100 (diff) | |
download | gdb-4346166b0776aaa239172faa744f4357be89f0f7.zip gdb-4346166b0776aaa239172faa744f4357be89f0f7.tar.gz gdb-4346166b0776aaa239172faa744f4357be89f0f7.tar.bz2 |
From Peter Hoogenboom <hoogen@shafer.cs.utah.edu>:
* emultempl/hppaosf.em (ld_hppaosf_emulation): Correct name for PA
ELF emulation is "elf32-hppa" not "elf-big".
(hppaosf_before_parse): Remove unneeded processing of environment variables.
* scripttempl/hppaosf.sc: Include .hppa_linker_stubs sections in
.text segment of output file.
* emulparams/hppaosf.sh (OUTPUT_FORMAT): Use elf32-hppa.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/hppaosf.sc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/hppaosf.sc b/ld/scripttempl/hppaosf.sc index 30e3c6e..88a018b 100644 --- a/ld/scripttempl/hppaosf.sc +++ b/ld/scripttempl/hppaosf.sc @@ -9,6 +9,7 @@ SECTIONS { ${RELOCATING+__text_start = .}; CREATE_OBJECT_SYMBOLS + *(.hppa_linker_stubs) *(.text) } .data ${RELOCATING+ 0x40000000 } : |