diff options
author | Alan Modra <amodra@gmail.com> | 2005-03-16 02:41:28 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-03-16 02:41:28 +0000 |
commit | cb2d1ef2ae91983d0294ccdf71341f25badd168e (patch) | |
tree | e67bf565f343f3f3e458ad6e26baa8b0fba4c109 /ld/emulparams | |
parent | 4eb30afc4160a4cb51cf9d7501e96831b956cdc7 (diff) | |
download | gdb-cb2d1ef2ae91983d0294ccdf71341f25badd168e.zip gdb-cb2d1ef2ae91983d0294ccdf71341f25badd168e.tar.gz gdb-cb2d1ef2ae91983d0294ccdf71341f25badd168e.tar.bz2 |
bfd/
* elf32-ppc.c (ppc_elf_create_linker_section): Set SEC_LINKER_CREATED
on section. Correct comment, and add FIXME.
(ppc_elf_additional_program_headers): Don't bump header count for
interp. Test SEC_ALLOC, not SEC_LOAD, and don't test size.
(ppc_elf_size_dynamic_sections): Don't strip sdata and sdata2, but
do allocate memory if they need it.
ld/
* emulparams/elf32ppclinux.sh (OTHER_READWRITE_SECTION): Delete.
(OTHER_RELRO_SECTIONS): Set this instead.
ld/testsuite/
* ld-powerpc/tlsexe32.d: Update.
* ld-powerpc/tlsexe32.g: Update.
* ld-powerpc/tlsexe32.r: Update.
* ld-powerpc/tlsexe32.t: Update.
* ld-powerpc/tlsso32.d: Update.
* ld-powerpc/tlsso32.g: Update.
* ld-powerpc/tlsso32.r: Update.
* ld-powerpc/tlsso32.t: Update.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/elf32ppclinux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emulparams/elf32ppclinux.sh b/ld/emulparams/elf32ppclinux.sh index 5ced00d..9642d4a 100644 --- a/ld/emulparams/elf32ppclinux.sh +++ b/ld/emulparams/elf32ppclinux.sh @@ -3,6 +3,6 @@ TEXT_START_ADDR=0x10000000 unset EXECUTABLE_SYMBOLS unset OTHER_BSS_END_SYMBOLS test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/ : { *(.fixup) }" -OTHER_READWRITE_SECTIONS=" +OTHER_RELRO_SECTIONS=" .got1 ${RELOCATING-0} : { *(.got1) } .got2 ${RELOCATING-0} : { *(.got2) }" |