* elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.
authorPaul Brook <paul@codesourcery.com>
Fri, 31 Dec 2004 16:22:25 +0000 (16:22 +0000)
committerPaul Brook <paul@codesourcery.com>
Fri, 31 Dec 2004 16:22:25 +0000 (16:22 +0000)
bfd/ChangeLog
bfd/elf32-arm.c

index c9563dd411da08919736e71f88546eccaead8072..1ee29e814ef777b43976333bca9624fb01a3d679 100644 (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):
index 325d2e86251cb8094b5f6ded7c8d481c7f015231..af3a4a99ce684747aa82718d708182232dc971fd 100644 (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) */
   };