URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Only display areas with differences |
Details |
Blame |
View Log
Rev 156 |
Rev 816 |
# If you change this file, please also look at files which source this one:
|
# If you change this file, please also look at files which source this one:
|
# elf32lppcnto.sh elf32lppc.sh elf32ppclinux.sh elf32ppcnto.sh
|
# elf32lppcnto.sh elf32lppc.sh elf32ppclinux.sh elf32ppcnto.sh
|
# elf32ppcsim.sh
|
# elf32ppcsim.sh
|
|
|
. ${srcdir}/emulparams/elf32ppccommon.sh
|
. ${srcdir}/emulparams/elf32ppccommon.sh
|
# Yes, we want duplicate .got and .plt sections. The linker chooses the
|
# Yes, we want duplicate .got and .plt sections. The linker chooses the
|
# appropriate one magically in ppc_after_open
|
# appropriate one magically in ppc_after_open
|
DATA_GOT=
|
DATA_GOT=
|
SDATA_GOT=
|
SDATA_GOT=
|
SEPARATE_GOTPLT=0
|
SEPARATE_GOTPLT=0
|
BSS_PLT=
|
BSS_PLT=
|
GOT=".got ${RELOCATING-0} : SPECIAL { *(.got) }"
|
GOT=".got ${RELOCATING-0} : SPECIAL { *(.got) }"
|
PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
|
PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
|
GOTPLT="${PLT}"
|
GOTPLT="${PLT}"
|
OTHER_TEXT_SECTIONS="*(.glink)"
|
OTHER_TEXT_SECTIONS="*(.glink)"
|
EXTRA_EM_FILE=ppc32elf
|
EXTRA_EM_FILE=ppc32elf
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.