aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-11-08 22:08:07 +0000
committerMark Mitchell <mark@codesourcery.com>2004-11-08 22:08:07 +0000
commita16385dc254dea2eaf53172e9c0c8e0bc837666d (patch)
tree85859f74acbb52026f2c88b29352b75f9840c1f6 /bfd/ChangeLog
parentbcfca652788772654e59e10ff8d9bf8f10a88cf8 (diff)
downloadgdb-a16385dc254dea2eaf53172e9c0c8e0bc837666d.zip
gdb-a16385dc254dea2eaf53172e9c0c8e0bc837666d.tar.gz
gdb-a16385dc254dea2eaf53172e9c0c8e0bc837666d.tar.bz2
* elf32-arm.c (elf32_arm_final_link_relocate): When generating an
R_ARM_RELATIVE relocation for Symbian OS, mention the section symbol in the relocation.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e1a4e87..a03140e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-08 Mark Mitchell <mark@codesourcery.com>
+
+ * elf32-arm.c (elf32_arm_final_link_relocate): When generating an
+ R_ARM_RELATIVE relocation for Symbian OS, mention the section
+ symbol in the relocation.
+
2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
Vineet Sharma <vineets@noida.hcltech.com>