mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
bdbe570575
* 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.
21 lines
521 B
Bash
21 lines
521 B
Bash
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=elf
|
|
OUTPUT_FORMAT="elf32-powerpc"
|
|
TEXT_START_ADDR=0x01800000
|
|
MAXPAGESIZE=0x10000
|
|
ARCH=powerpc
|
|
MACHINE=
|
|
BSS_PLT=
|
|
EXECUTABLE_SYMBOLS='PROVIDE (__stack = 0); PROVIDE (___stack = 0);'
|
|
OTHER_BSS_END_SYMBOLS='__end = .;'
|
|
OTHER_READONLY_SECTIONS='
|
|
.fixup : { *(.fixup) }
|
|
'
|
|
OTHER_READWRITE_SECTIONS='
|
|
.got1 : { *(.got1) }
|
|
.got2 : { *(.got2) }
|
|
'
|