This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[arm] Fix comment typo


Applied as obvious.

Paul

2004-12-31  Paul Brook  <paul@copdesourcery.com>

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

Index: elf32-arm.c
===================================================================
RCS file: /cvs/src/src/bfd/elf32-arm.c,v
retrieving revision 1.13
diff -u -p -r1.13 elf32-arm.c
--- elf32-arm.c 2 Dec 2004 15:05:34 -0000 1.13
+++ elf32-arm.c 31 Dec 2004 16:19:45 -0000
@@ -1075,7 +1075,7 @@ static const bfd_vma elf32_arm_plt_thumb
    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) */
   };
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]