From: Paul Brook Date: Fri, 31 Dec 2004 16:22:25 +0000 (+0000) Subject: * elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83a358aab6ba8b407100fb46d90fb61f3205eefd;p=binutils-gdb.git * elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c9563dd411d..1ee29e814ef 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-12-31 Paul Brook + + * elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo. + 2004-12-31 Alan Modra * reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW): diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 325d2e86251..af3a4a99ce6 100644 --- a/bfd/elf32-arm.c +++ b/bfd/elf32-arm.c @@ -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) */ };