From c5961b8630abebe2dd018a1423743ace7a121e6b Mon Sep 17 00:00:00 2001 From: macro Date: Tue, 16 Jun 2009 01:57:39 +0000 Subject: [PATCH] bfd/ * elf32-vax.c (elf_vax_plt_entry): Set the entry mask to include . --- bfd/ChangeLog | 5 +++++ bfd/elf32-vax.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f9dbef78e9..59be932865 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2009-06-16 Maciej W. Rozycki + * elf32-vax.c (elf_vax_plt_entry): Set the entry mask to + include . + +2009-06-16 Maciej W. Rozycki + * elf32-vax.c (elf_vax_check_relocs): Handle the visibility attribute. (elf_vax_relocate_section): Likewise. diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c index 93cb1cb09c..59f350161e 100644 --- a/bfd/elf32-vax.c +++ b/bfd/elf32-vax.c @@ -368,7 +368,7 @@ static const bfd_byte elf_vax_plt0_entry[PLT_ENTRY_SIZE] = static const bfd_byte elf_vax_plt_entry[PLT_ENTRY_SIZE] = { - 0x40, 0x00, /* .word ^M */ + 0xfc, 0x0f, /* .word ^M */ 0x16, 0xef, /* jsb L^(pc) */ 0, 0, 0, 0, /* replaced with offset to start of .plt */ 0, 0, 0, 0, /* index into .rela.plt */ -- 2.11.0