forked from Imagelibrary/binutils-gdb
* scripttempl/elfppc.sc: Remove.
* emulparams/elf32ppc.sh: Use elf.sc. * emulparams/elf32lppc.sh: Use elf.sc. * emulparams/elf32ppclinux.sh: Use elf.sc. * emulparams/elf32ppcsim.sh: New file. * emulparams/elf32lppcsim.sh: New file. * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim. (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim. * Makefile.in: Regenerate. * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
TEMPLATE_NAME=elf32
|
||||
# If you change this, please also look at:
|
||||
# elf32ppc.sh elf32ppcsim.sh elf32lppc.sh elf32lppcsim.sh elf32ppclinux.sh
|
||||
GENERATE_SHLIB_SCRIPT=yes
|
||||
SCRIPT_NAME=elfppc
|
||||
SCRIPT_NAME=elf
|
||||
OUTPUT_FORMAT="elf32-powerpc"
|
||||
TEXT_START_ADDR=0x10000000
|
||||
MAXPAGESIZE=0x10000
|
||||
ARCH=powerpc
|
||||
MACHINE=
|
||||
BSS_PLT=
|
||||
OTHER_RELOCATING_SECTIONS='
|
||||
/DISCARD/ : { *(.fixup) }
|
||||
'
|
||||
OTHER_READWRITE_SECTIONS='
|
||||
.got1 : { *(.got1) }
|
||||
.got2 : { *(.got2) }
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user