Issue relocation in RO section warning for -z text
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 7 Feb 2015 13:28:06 +0000 (05:28 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 7 Feb 2015 13:28:06 +0000 (05:28 -0800)
commit1952c5cd7d3d24b9647b396731bc4808a2d63d9c
treec9c5da57723dffe43b0808aa2a0f297015904f4e
parent11228d29d5146828325a7f14596b9d87f7a2edf7
Issue relocation in RO section warning for -z text

This patch changes linker to issue a warning for relocation in readonly
section for -z text.

bfd/

PR ld/17935
* elf32-i386.c (elf_i386_readonly_dynrelocs): Also issue a
warning for relocation in readonly section for -z text.
(elf_i386_size_dynamic_sections): Likewise.
* elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise.
(elf_x86_64_size_dynamic_sections): Likewise.

ld/testsuite/

PR ld/17935
* ld-i386/i386.exp: Run pr17935-1 and pr17935-2.
* ld-x86-64/x86-64.exp: Likewise.

* ld-i386/pr17935-1.d: New file.
* ld-i386/pr17935-1.s: Likewise.
* ld-i386/pr17935-2.d: Likewise.
* ld-i386/pr17935-2.s: Likewise.
* ld-x86-64/pr17935-1.d: Likewise.
* ld-x86-64/pr17935-1.s: Likewise.
* ld-x86-64/pr17935-2.d: Likewise.
* ld-x86-64/pr17935-2.s: Likewise.
14 files changed:
bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c
ld/testsuite/ChangeLog
ld/testsuite/ld-i386/i386.exp
ld/testsuite/ld-i386/pr17935-1.d [new file with mode: 0644]
ld/testsuite/ld-i386/pr17935-1.s [new file with mode: 0644]
ld/testsuite/ld-i386/pr17935-2.d [new file with mode: 0644]
ld/testsuite/ld-i386/pr17935-2.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/pr17935-1.d [new file with mode: 0644]
ld/testsuite/ld-x86-64/pr17935-1.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/pr17935-2.d [new file with mode: 0644]
ld/testsuite/ld-x86-64/pr17935-2.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/x86-64.exp
This page took 0.031767 seconds and 4 git commands to generate.