diff options
author | Tristan Gingold <gingold@adacore.com> | 2010-01-27 16:43:27 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2010-01-27 16:43:27 +0000 |
commit | 771deb084eb2128196b9057996847719583be713 (patch) | |
tree | f0d402367c16247a9ff912e537acc57e2119abf5 /bfd/ChangeLog | |
parent | b10d2873648b3629938afa9563fefb081b164c40 (diff) | |
download | gdb-771deb084eb2128196b9057996847719583be713.zip gdb-771deb084eb2128196b9057996847719583be713.tar.gz gdb-771deb084eb2128196b9057996847719583be713.tar.bz2 |
2010-01-27 Tristan Gingold <gingold@adacore.com>
* vms.h: Remove trailing spaces.
(struct hdr_struct): Remove unused hdr_c_cpr field.
(enum file_format_enum): Add comments.
* vms.c (vms_bfd_print_private_bfd_data): New function that
replaces the macro.
Remove trailing spaces.
* vms-misc.c: Improve comments.
(_bfd_vms_get_object_record): Also handle files without pads.
* vms-hdr.c (_bfd_vms_write_dbg): Fix format string.
* vms-gsd.c (struct flagdescstruct): Make name field const.
(gsyflagdesc): Fix typo.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f8b2e68..ce2c0c6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +2010-01-27 Tristan Gingold <gingold@adacore.com> + + * vms.h: Remove trailing spaces. + (struct hdr_struct): Remove unused hdr_c_cpr field. + (enum file_format_enum): Add comments. + * vms.c (vms_bfd_print_private_bfd_data): New function that + replaces the macro. + Remove trailing spaces. + * vms-misc.c: Improve comments. + (_bfd_vms_get_object_record): Also handle files without pads. + * vms-hdr.c (_bfd_vms_write_dbg): Fix format string. + * vms-gsd.c (struct flagdescstruct): Make name field const. + (gsyflagdesc): Fix typo. + 2010-01-27 Alan Modra <amodra@gmail.com> PR ld/11217 |