summaryrefslogtreecommitdiff
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
commit0ba21b83d43fd5462dcf69cc854f98f293db8fb0 (patch)
treeabc2006d9956f86655fad0b1bf4db9b9b58febde /bfd/elf32-arm.c
parente1d36031c7e3772fe3bbdf5926b80a5105100688 (diff)
downloadgdb-0ba21b83d43fd5462dcf69cc854f98f293db8fb0.tar.gz
* 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 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) */
};