From 3112faffeb753335a5d50c1dfb6f9f5a187b0ba7 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Sun, 25 Oct 2009 01:27:56 +0000 Subject: [PATCH] * elf32-vax.c (elf_vax_plt_entry): Fix formatting. --- bfd/ChangeLog | 4 ++++ bfd/elf32-vax.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4442b02d94..bd30eaf094 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2009-10-25 Maciej W. Rozycki + * elf32-vax.c (elf_vax_plt_entry): Fix formatting. + +2009-10-25 Maciej W. Rozycki + * elf32-vax.c (elf_vax_relocate_section): Fix a typo. 2009-10-23 Kai Tietz diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c index 4a8f0f3dba..e7e01882f5 100644 --- a/bfd/elf32-vax.c +++ b/bfd/elf32-vax.c @@ -371,7 +371,7 @@ static const bfd_byte elf_vax_plt0_entry[PLT_ENTRY_SIZE] = static const bfd_byte elf_vax_plt_entry[PLT_ENTRY_SIZE] = { 0xfc, 0x0f, /* .word ^M */ - 0x16, 0xef, /* jsb L^(pc) */ + 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