Implement proper "startup-with-shell" support on gdbserver
[deliverable/binutils-gdb.git] / ld / emulparams / elf32ppclinux.sh
index 7c458a22ca3117abb78cc531385574284db08824..262731ab32e67112977cbadcd4c60f80537a73f4 100644 (file)
@@ -1,18 +1,8 @@
-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"
+. ${srcdir}/emulparams/elf32ppc.sh
 TEXT_START_ADDR=0x10000000
-MAXPAGESIZE=0x10000
-ARCH=powerpc
-MACHINE=
-BSS_PLT=
-OTHER_RELOCATING_SECTIONS='
-  /DISCARD/    : { *(.fixup) }
-'
-OTHER_READWRITE_SECTIONS='
-  .got1                : { *(.got1) }
-  .got2                : { *(.got2) }
-'
+unset EXECUTABLE_SYMBOLS
+unset OTHER_END_SYMBOLS
+test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/   : { *(.fixup) }"
+OTHER_RELRO_SECTIONS="
+  .got1         ${RELOCATING-0} : { *(.got1) }
+  .got2         ${RELOCATING-0} : { *(.got2) }"
This page took 0.023255 seconds and 4 git commands to generate.