aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-vax.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2009-10-25 01:27:56 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2009-10-25 01:27:56 +0000
commit71f136d6c2a7fbb6d560bac9e400d5fe6cb5b7ba (patch)
treed769c1f3083bcbcf7f5e538ca6a5199a6b83be2c /bfd/elf32-vax.c
parent9e86195cc153d280b37e0724b53583e3d1bfb480 (diff)
downloadgdb-71f136d6c2a7fbb6d560bac9e400d5fe6cb5b7ba.zip
gdb-71f136d6c2a7fbb6d560bac9e400d5fe6cb5b7ba.tar.gz
gdb-71f136d6c2a7fbb6d560bac9e400d5fe6cb5b7ba.tar.bz2
* elf32-vax.c (elf_vax_plt_entry): Fix formatting.
Diffstat (limited to 'bfd/elf32-vax.c')
-rw-r--r--bfd/elf32-vax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c
index 4a8f0f3..e7e0188 100644
--- a/bfd/elf32-vax.c
+++ b/bfd/elf32-vax.c
@@ -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 */
};