* elf32-vax.c (elf_vax_plt_entry): Fix formatting.
authorMaciej W. Rozycki <macro@linux-mips.org>
Sun, 25 Oct 2009 01:27:56 +0000 (01:27 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Sun, 25 Oct 2009 01:27:56 +0000 (01:27 +0000)
bfd/ChangeLog
bfd/elf32-vax.c

index 4442b02d94c310d8b07c1f47116ddf85f5d530d4..bd30eaf0945ac9f7212c304a4457fd52ac866d40 100644 (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.
index 4a8f0f3dba643805545eb3ad08ab4d88b2df1b04..e7e01882f593e6547110d8a0d5c7f91dd484440e 100644 (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 */
 };
This page took 0.027424 seconds and 4 git commands to generate.