Remove i386_elf_emit_arch_note
[deliverable/binutils-gdb.git] / ld / emulparams / elf32ppclinux.sh
index 9996c7b6745545267d2b29e4428d3eb67ca43b14..262731ab32e67112977cbadcd4c60f80537a73f4 100644 (file)
@@ -1,8 +1,8 @@
-TEMPLATE_NAME=elf32
-GENERATE_SHLIB_SCRIPT=yes
-SCRIPT_NAME=elfppc
-OUTPUT_FORMAT="elf32-powerpc"
+. ${srcdir}/emulparams/elf32ppc.sh
 TEXT_START_ADDR=0x10000000
-MAXPAGESIZE=0x10000
-ARCH=powerpc
-MACHINE=
+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.028192 seconds and 4 git commands to generate.