summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld/emulparams/elf32ppc.sh
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-05-28 05:21:37 +0000
committerobrien <obrien@FreeBSD.org>2001-05-28 05:21:37 +0000
commit90aa3fa770643569efc3bee2e45663dd4cb78169 (patch)
tree007d791ffceddabae379ea2dbc60a588962e3e09 /contrib/binutils/ld/emulparams/elf32ppc.sh
parent6b180e381265f078b377bc5faa1d524c29208320 (diff)
parent328e45595b12375b6d16a846069507d25086abdb (diff)
downloadFreeBSD-src-90aa3fa770643569efc3bee2e45663dd4cb78169.zip
FreeBSD-src-90aa3fa770643569efc3bee2e45663dd4cb78169.tar.gz
This commit was generated by cvs2svn to compensate for changes in r77298,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/binutils/ld/emulparams/elf32ppc.sh')
-rw-r--r--contrib/binutils/ld/emulparams/elf32ppc.sh12
1 files changed, 11 insertions, 1 deletions
diff --git a/contrib/binutils/ld/emulparams/elf32ppc.sh b/contrib/binutils/ld/emulparams/elf32ppc.sh
index 3e3880c..2220810 100644
--- a/contrib/binutils/ld/emulparams/elf32ppc.sh
+++ b/contrib/binutils/ld/emulparams/elf32ppc.sh
@@ -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=0x01800000
MAXPAGESIZE=0x10000
ARCH=powerpc
MACHINE=
+BSS_PLT=
+EXECUTABLE_SYMBOLS='PROVIDE (__stack = 0); PROVIDE (___stack = 0);'
+OTHER_BSS_END_SYMBOLS='__end = .;'
+OTHER_READWRITE_SECTIONS='
+ .fixup : { *(.fixup) }
+ .got1 : { *(.got1) }
+ .got2 : { *(.got2) }
+'
OpenPOWER on IntegriCloud