OSDN Git Service

* 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 c9563dd..1ee29e8 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 325d2e8..af3a4a9 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) */
   };