OSDN Git Service

bfd/
authorAlan Modra <amodra@bigpond.net.au>
Wed, 16 Mar 2005 02:41:25 +0000 (02:41 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Wed, 16 Mar 2005 02:41:25 +0000 (02:41 +0000)
commitf38f57e74d0430bbb63cfb067259c1b19a21ad12
tree92b185a06fc5595e0bfd1b08f55430ea5482f101
parent40866d52607599c807e6cc353f3060099b6e03f8
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.
bfd/ChangeLog
bfd/elf32-ppc.c