* elf32-vax.c (elf_vax_plt_entry): Fix formatting.

This commit is contained in:
Maciej W. Rozycki 2009-10-25 01:27:56 +00:00
parent 9e86195cc1
commit 71f136d6c2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-10-25 Maciej W. Rozycki <macro@linux-mips.org>
* elf32-vax.c (elf_vax_plt_entry): Fix formatting.
2009-10-25 Maciej W. Rozycki <macro@linux-mips.org>
* elf32-vax.c (elf_vax_relocate_section): Fix a typo.

View file

@ -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<r11:r2> */
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 */
};