diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-27 12:00:11 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-27 12:00:11 +0000 |
| commit | dbbf32dd39b128be2abe8393933bc942be4c0925 (patch) | |
| tree | 5c493199a70976c54e1b9c6a7804a3de85b43e84 /contrib/binutils/ld/emulparams/elf32ppc.sh | |
| parent | 855ee8c509184df8c31758b8f2ca9e9d31440489 (diff) | |
Notes
Diffstat (limited to 'contrib/binutils/ld/emulparams/elf32ppc.sh')
| -rw-r--r-- | contrib/binutils/ld/emulparams/elf32ppc.sh | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/contrib/binutils/ld/emulparams/elf32ppc.sh b/contrib/binutils/ld/emulparams/elf32ppc.sh index 22208105a70f..261e4bf1fbc0 100644 --- a/contrib/binutils/ld/emulparams/elf32ppc.sh +++ b/contrib/binutils/ld/emulparams/elf32ppc.sh @@ -1,6 +1,7 @@ +# If you change this file, please also look at files which source this one: +# elf32lppc.sh elf32ppclinux.sh elf32ppcsim.sh + 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" @@ -11,8 +12,8 @@ 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) } -' +OTHER_READWRITE_SECTIONS=" + .fixup ${RELOCATING-0} : { *(.fixup) } + .got1 ${RELOCATING-0} : { *(.got1) } + .got2 ${RELOCATING-0} : { *(.got2) } +" |
