aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-05-03 16:04:32 +0000
committerTristan Gingold <gingold@adacore.com>2010-05-03 16:04:32 +0000
commitfa23f0f49a6179dcc7252e660ad60f1cf87665f2 (patch)
treeeec4b96ca67d268d4a9b43a3317ad5fcc53a3726 /bfd/ChangeLog
parent278582cb37ac74c4ffeec3dc6c4730510063ca56 (diff)
downloadfsf-binutils-gdb-fa23f0f49a6179dcc7252e660ad60f1cf87665f2.zip
fsf-binutils-gdb-fa23f0f49a6179dcc7252e660ad60f1cf87665f2.tar.gz
fsf-binutils-gdb-fa23f0f49a6179dcc7252e660ad60f1cf87665f2.tar.bz2
bfd/
2010-05-03 Tristan Gingold <gingold@adacore.com> * vms-lib.c (vms_lib_bopen): Fix the size threshold to read selective_search flag. Add comments. * vms-alpha.c (alpha_vms_bfd_final_link): Create the DMT section before output_has_begun is set.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6ebbe7f..13c242d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,13 @@
2010-05-03 Tristan Gingold <gingold@adacore.com>
+ * vms-lib.c (vms_lib_bopen): Fix the size threshold to read
+ selective_search flag.
+ Add comments.
+ * vms-alpha.c (alpha_vms_bfd_final_link): Create the DMT section
+ before output_has_begun is set.
+
+2010-05-03 Tristan Gingold <gingold@adacore.com>
+
* vms-alpha.c: Add comments.
(struct vms_private_data_struct): Remove image_autoextend field.
(dst_check_allocation): Removed.
@@ -11,6 +19,7 @@
Write the dmt section.
(evax_bfd_print_image): Also print the dst size in hexa. Fix typo.
(alpha_vms_read_sections_content): Do not set image_autoextend.
+ (alpha_vms_bfd_final_link): Generate the dst.
2010-05-03 Tristan Gingold <gingold@adacore.com>