diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-05-03 12:16:46 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-05-03 12:16:46 +0000 |
commit | 44273c5bcc2cbf5df3e85f095e0f048d85a6edf3 (patch) | |
tree | 1826721a1bc8d2fecab3d5c0b30c54411dd950b1 /include/vms/ChangeLog | |
parent | ab94b07c4b703fe5d21d08294f43b4c1499db16f (diff) | |
download | gdb-44273c5bcc2cbf5df3e85f095e0f048d85a6edf3.zip gdb-44273c5bcc2cbf5df3e85f095e0f048d85a6edf3.tar.gz gdb-44273c5bcc2cbf5df3e85f095e0f048d85a6edf3.tar.bz2 |
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/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vms/ChangeLog b/include/vms/ChangeLog index 823520f..edd78fe 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. |