[committed] VAX/BFD: Fix formatting
Maciej W. Rozycki
macro@linux-mips.org
Sun Oct 25 01:29:00 GMT 2009
Hello,
Committed as obvious.
2009-10-25 Maciej W. Rozycki <macro@linux-mips.org>
* elf32-vax.c (elf_vax_plt_entry): Fix formatting.
Maciej
Index: bfd/elf32-vax.c
===================================================================
RCS file: /cvs/src/src/bfd/elf32-vax.c,v
retrieving revision 1.57
diff -u -p -r1.57 elf32-vax.c
--- bfd/elf32-vax.c 25 Oct 2009 00:49:43 -0000 1.57
+++ bfd/elf32-vax.c 25 Oct 2009 01:27:02 -0000
@@ -371,7 +371,7 @@ static const bfd_byte elf_vax_plt0_entry
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 */
};
More information about the Binutils
mailing list