OSDN Git Service

* elf32-vax.c (elf_vax_plt_entry): Fix formatting.
authormacro <macro>
Sun, 25 Oct 2009 01:27:56 +0000 (01:27 +0000)
committermacro <macro>
Sun, 25 Oct 2009 01:27:56 +0000 (01:27 +0000)
bfd/ChangeLog
bfd/elf32-vax.c

index 4442b02..bd30eaf 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2009-10-23  Kai Tietz  <kai.tietz@onevision.com>
index 4a8f0f3..e7e0188 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 */
 };