Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-05-03 16:16:46 +0400
committerTristan Gingold <gingold@adacore.com>2010-05-03 16:16:46 +0400
commit8eab39e600273845096bce2cf598bd3ac4ea9700 (patch)
tree3f7465ddce753dff024651bfab3faa9caf9f8c30 /include/vms/ChangeLog
parent7edacc4997a54c8f3e8d3bf3b8db957814cd7a67 (diff)
bfd/
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. (image_write): Remove call to dst_check_allocation. (vms_slurp_debug): Do not set image_autoextend. Adjust section size. (_bfd_vms_slurp_object_records): Remove useless new_type variable. (alpha_vms_write_exec): Use dst_section to get the dst section. 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. include/vms/ 2010-05-03 Tristan Gingold <gingold@adacore.com> * dmt.h: Improve comments.
Diffstat (limited to 'include/vms/ChangeLog')
-rw-r--r--include/vms/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vms/ChangeLog b/include/vms/ChangeLog
index 823520f22..edd78fe0a 100644
--- a/include/vms/ChangeLog
+++ b/include/vms/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-03 Tristan Gingold <gingold@adacore.com>
+
+ * dmt.h: Improve comments.
+
2010-04-30 Tristan Gingold <gingold@adacore.com>
* lbr.h (struct vms_kbn): New structure.