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/vms-hdr.c | |
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/vms-hdr.c')
-rw-r--r-- | bfd/vms-hdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vms-hdr.c b/bfd/vms-hdr.c index 49e6809..4ac5b97 100644 --- a/bfd/vms-hdr.c +++ b/bfd/vms-hdr.c @@ -1397,7 +1397,7 @@ int _bfd_vms_write_dbg (bfd *abfd ATTRIBUTE_UNUSED, int objtype ATTRIBUTE_UNUSED) { #if VMS_DEBUG - _bfd_vms_debug (2, "vms_write_dbg (%p, objtype)\n", abfd, objtype); + _bfd_vms_debug (2, "vms_write_dbg (%p, %d)\n", abfd, objtype); #endif return 0; |