diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c9563dd411..1ee29e814e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-12-31 Paul Brook + + * elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo. + 2004-12-31 Alan Modra * reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW): diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 325d2e8625..af3a4a99ce 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) */ };