aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-02-10 05:49:21 +0000
committerMark Mitchell <mark@codesourcery.com>2005-02-10 05:49:21 +0000
commit4e5db43bfad4c4f2db529fcbfda195b01befa441 (patch)
tree1da52ff956d4333ec2a02cd185c34be7d77a6908 /ld/ChangeLog
parent7f05722e0911a6891477ffdd4ce564c68d512d22 (diff)
downloadgdb-4e5db43bfad4c4f2db529fcbfda195b01befa441.zip
gdb-4e5db43bfad4c4f2db529fcbfda195b01befa441.tar.gz
gdb-4e5db43bfad4c4f2db529fcbfda195b01befa441.tar.bz2
* scripttempl/armbpabi.sc (VERSION): Make special section symbols
local. (Image$$ER_RO$$Base): Define whenever RELOCATING. (Image$$ER_RO$$Limit): Likewise. (SHT$$INIT_ARRAY$$Base): Likewise. (SHT$$INIT_ARRAY$$Limit): Likeise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9a5824b..82d9b1c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+2005-02-08 Mark Mitchell <mark@codesourcery.com>
+
+ * scripttempl/armbpabi.sc (VERSION): Make special section symbols
+ local.
+ (Image$$ER_RO$$Base): Define whenever RELOCATING.
+ (Image$$ER_RO$$Limit): Likewise.
+ (SHT$$INIT_ARRAY$$Base): Likewise.
+ (SHT$$INIT_ARRAY$$Limit): Likeise.
+
2005-02-10 Ben Elliston <bje@au.ibm.com>
* emultempl/beos.em: Remove #if 0 and #if 1 blocks.