diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-05-18 09:37:05 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-05-18 09:37:05 +0000 |
commit | bd7b51b4c67b4b655e4783945b2828bec39c6721 (patch) | |
tree | 5259f2e1777448023ac45d8ca0f95f01c84d1577 /bfd/ChangeLog | |
parent | 0fca53b78d1ed76f2f23eef4ac7d5072e1bcd8b4 (diff) | |
download | gdb-bd7b51b4c67b4b655e4783945b2828bec39c6721.zip gdb-bd7b51b4c67b4b655e4783945b2828bec39c6721.tar.gz gdb-bd7b51b4c67b4b655e4783945b2828bec39c6721.tar.bz2 |
2010-05-18 Tristan Gingold <gingold@adacore.com>
* vms-alpha.c (_bfd_vms_write_emh): New function.
(_bfd_vms_write_lmn): New function.
(_bfd_vms_write_eeom): Moved.
(hash_string): Likewise.
(_bfd_vms_length_hash_symbol): Likewise.
(_bfd_vms_write_ehdr): Code moved to _bfd_vms_write_emh
and _bfd_vms_write_lmn, and call these functions.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2bc373a..2b81809 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,15 @@ 2010-05-18 Tristan Gingold <gingold@adacore.com> + * vms-alpha.c (_bfd_vms_write_emh): New function. + (_bfd_vms_write_lmn): New function. + (_bfd_vms_write_eeom): Moved. + (hash_string): Likewise. + (_bfd_vms_length_hash_symbol): Likewise. + (_bfd_vms_write_ehdr): Code moved to _bfd_vms_write_emh + and _bfd_vms_write_lmn, and call these functions. + +2010-05-18 Tristan Gingold <gingold@adacore.com> + * vms-alpha.c (evax_bfd_print_dst): Handle INCR_LINUM_L. Add details in the messages. (evax_bfd_print_image): Change message. |