This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[committed] VAX/BFD: Fix formatting
- From: "Maciej W. Rozycki" <macro at linux-mips dot org>
- To: binutils at sourceware dot org
- Date: Sun, 25 Oct 2009 01:29:14 +0000 (GMT)
- Subject: [committed] VAX/BFD: Fix formatting
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 */
};