forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -9,6 +9,7 @@ SECTIONS
|
||||
{
|
||||
${RELOCATING+__text_start = .};
|
||||
CREATE_OBJECT_SYMBOLS
|
||||
*(.hppa_linker_stubs)
|
||||
*(.text)
|
||||
}
|
||||
.data ${RELOCATING+ 0x40000000 } :
|
||||
|
||||
Reference in New Issue
Block a user