]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf32-vax.c
bfd/
authorMaciej W. Rozycki <macro@linux-mips.org>
Sun, 5 Aug 2012 22:45:20 +0000 (22:45 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Sun, 5 Aug 2012 22:45:20 +0000 (22:45 +0000)
commita22a8039037163a1d61120e6e6b9feaa27186994
tree36c36c206932e3a3d2eb72300cb80df4bdf103a6
parent1e5901e69dc9d80d7c864ec0cf9d56b7e5773ee3
bfd/
* elf32-vax.c (elf_vax_adjust_dynamic_symbol): Don't allocate
PLT slots for local symbols.

ld/testsuite/
* ld-vax-elf: New directory.
* ld-vax-elf/plt-local-lib.dd: New test.
* ld-vax-elf/plt-local-lib.ld: New test linker script.
* ld-vax-elf/plt-local-lib.s: New test source.
* ld-vax-elf/plt-local.dd: New test.
* ld-vax-elf/plt-local.ld: New test linker script.
* ld-vax-elf/plt-local.s: New test source.
* ld-vax-elf/plt-local-hidden-pic.s: New test source.
* ld-vax-elf/plt-local-rehidden-pic.s: New test source.
* ld-vax-elf/vax-elf.exp: New test script.
12 files changed:
bfd/ChangeLog
bfd/elf32-vax.c
ld/testsuite/ChangeLog
ld/testsuite/ld-vax-elf/plt-local-hidden-pic.s [new file with mode: 0644]
ld/testsuite/ld-vax-elf/plt-local-lib.dd [new file with mode: 0644]
ld/testsuite/ld-vax-elf/plt-local-lib.ld [new file with mode: 0644]
ld/testsuite/ld-vax-elf/plt-local-lib.s [new file with mode: 0644]
ld/testsuite/ld-vax-elf/plt-local-rehidden-pic.s [new file with mode: 0644]
ld/testsuite/ld-vax-elf/plt-local.dd [new file with mode: 0644]
ld/testsuite/ld-vax-elf/plt-local.ld [new file with mode: 0644]
ld/testsuite/ld-vax-elf/plt-local.s [new file with mode: 0644]
ld/testsuite/ld-vax-elf/vax-elf.exp [new file with mode: 0644]