From: Maciej W. Rozycki Date: Sun, 25 Oct 2009 01:27:56 +0000 (+0000) Subject: * elf32-vax.c (elf_vax_plt_entry): Fix formatting. X-Git-Tag: sid-snapshot-20091101~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71f136d6c2a7fbb6d560bac9e400d5fe6cb5b7ba;p=thirdparty%2Fbinutils-gdb.git * elf32-vax.c (elf_vax_plt_entry): Fix formatting. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4442b02d94c..bd30eaf0945 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c index 4a8f0f3dba6..e7e01882f59 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 */ };