aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-arm.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2004-12-31 16:22:25 +0000
committerPaul Brook <paul@codesourcery.com>2004-12-31 16:22:25 +0000
commit83a358aab6ba8b407100fb46d90fb61f3205eefd (patch)
tree77622eaf8903c979ac0537935ee648cea4df4471 /bfd/elf32-arm.c
parentb996922c8506a094cbd9bbb592560398f878a64e (diff)
downloadgdb-83a358aab6ba8b407100fb46d90fb61f3205eefd.zip
gdb-83a358aab6ba8b407100fb46d90fb61f3205eefd.tar.gz
gdb-83a358aab6ba8b407100fb46d90fb61f3205eefd.tar.bz2
* elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.
Diffstat (limited to 'bfd/elf32-arm.c')
-rw-r--r--bfd/elf32-arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c
index 325d2e8..af3a4a9 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) */
};