summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorYufeng Zhang <yufeng.zhang@arm.com>2013-04-24 17:22:31 +0000
committerYufeng Zhang <yufeng.zhang@arm.com>2013-04-24 17:22:31 +0000
commit573806f5a9cf2760050f55318b1fca28222d72f9 (patch)
tree2a88bcb87b47d62326e88cf45b72401cdd3242b1 /ld/ChangeLog
parent5e70500ef81d076091fc3ce059269df2d1ba7759 (diff)
downloadbinutils-redhat-573806f5a9cf2760050f55318b1fca28222d72f9.tar.gz
ld/
* emulparams/aarch64elf.sh: Define ELFSIZE=64. * emulparams/aarch64linux.sh: Ditto. * emultempl/aarch64elf.em (aarch64_elf_before_allocation): Replace elf64 with elf${ELFSIZE}. (elf64_aarch64_add_stub_section): Likewise. (build_section_lists): Likewise. (gld${EMULATION_NAME}_after_allocation): Likewise. (gld${EMULATION_NAME}_finish): Likewise. (aarch64_elf_create_output_section_statements): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 21fdd19962..5032437234 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,15 @@
+2013-04-24 Yufeng Zhang <yufeng.zhang@arm.com>
+
+ * emulparams/aarch64elf.sh: Define ELFSIZE=64.
+ * emulparams/aarch64linux.sh: Ditto.
+ * emultempl/aarch64elf.em (aarch64_elf_before_allocation):
+ Replace elf64 with elf${ELFSIZE}.
+ (elf64_aarch64_add_stub_section): Likewise.
+ (build_section_lists): Likewise.
+ (gld${EMULATION_NAME}_after_allocation): Likewise.
+ (gld${EMULATION_NAME}_finish): Likewise.
+ (aarch64_elf_create_output_section_statements): Likewise.
+
2013-04-24 Nick Clifton <nickc@redhat.com>
PR ld/15389