diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-05-24 10:41:52 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-05-24 10:41:52 +0000 |
commit | c734eb83b80431f4ac37e2c4b8a16f7e780b31fa (patch) | |
tree | 1a354f132f8132e8590b5c32f4fc5cf97046eb99 /bfd/ChangeLog | |
parent | 5fe88cfb8602d9d9e474bc0c6a53907ed3796d76 (diff) | |
download | fsf-binutils-gdb-c734eb83b80431f4ac37e2c4b8a16f7e780b31fa.zip fsf-binutils-gdb-c734eb83b80431f4ac37e2c4b8a16f7e780b31fa.tar.gz fsf-binutils-gdb-c734eb83b80431f4ac37e2c4b8a16f7e780b31fa.tar.bz2 |
2010-05-24 Tristan Gingold <gingold@adacore.com>
* vms-alpha.c (struct vms_private_data_struct): Add section_max
field.
(_bfd_vms_slurp_egsd): Put PSC into the sections array.
(vms_new_section_hook): Do not put section in the sections
array.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b650c56..30078b4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,13 @@ 2010-05-24 Tristan Gingold <gingold@adacore.com> + * vms-alpha.c (struct vms_private_data_struct): Add section_max + field. + (_bfd_vms_slurp_egsd): Put PSC into the sections array. + (vms_new_section_hook): Do not put section in the sections + array. + +2010-05-24 Tristan Gingold <gingold@adacore.com> + * vms-alpha.c (_bfd_vms_slurp_egsd): Fix indentation. (alpha_vms_write_exec): Add a comment. (_bfd_vms_write_egsd): Ditto. |