* elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.

This commit is contained in:
Paul Brook 2004-12-31 16:22:25 +00:00
parent b996922c85
commit 83a358aab6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-31 Paul Brook <paul@copdesourcery.com>
* elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.
2004-12-31 Alan Modra <amodra@bigpond.net.au>
* reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW):

View File

@ -1075,7 +1075,7 @@ static const bfd_vma elf32_arm_plt_thumb_stub [] =
address spaces. */
static const bfd_vma elf32_arm_symbian_plt_entry [] =
{
0xe51ff004, /* ldr pr, [pc, #-4] */
0xe51ff004, /* ldr pc, [pc, #-4] */
0x00000000, /* dcd R_ARM_GLOB_DAT(X) */
};