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/testsuite/ld-powerpc/tlsexe32.g | |
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/testsuite/ld-powerpc/tlsexe32.g')
-rw-r--r-- | ld/testsuite/ld-powerpc/tlsexe32.g | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-powerpc/tlsexe32.g b/ld/testsuite/ld-powerpc/tlsexe32.g index e30d60f..d68e601 100644 --- a/ld/testsuite/ld-powerpc/tlsexe32.g +++ b/ld/testsuite/ld-powerpc/tlsexe32.g @@ -7,5 +7,5 @@ .*: +file format elf32-powerpc Contents of section \.got: - 1810390 4e800021 018102f0 00000000 00000000 .* - 18103a0 00000000 00000000 00000000 .* +.* 4e800021 018102d0 00000000 00000000 .* +.* 00000000 00000000 00000000 .* |