summaryrefslogtreecommitdiffstats
path: root/bfd/vms.h
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-06-11 15:13:32 +0000
committerTristan Gingold <gingold@adacore.com>2010-06-11 15:13:32 +0000
commit81bb31c0d9904c80f282134ea1ccb6899f93b0a6 (patch)
treeec6df98e869dffd971c1a95de586eb61bfffd9c2 /bfd/vms.h
parent1ded5609983646a6dbddc25aa51f4695c3e64c2c (diff)
downloadppe42-binutils-81bb31c0d9904c80f282134ea1ccb6899f93b0a6.tar.gz
ppe42-binutils-81bb31c0d9904c80f282134ea1ccb6899f93b0a6.zip
2010-06-11 Tristan Gingold <gingold@adacore.com>
* vms-misc.c (_bfd_vms_output_counted): Make VALUE argument const. Adjust cast. (_bfd_vms_output_dump): Make DATA argument const, adjust cast. * vms.h (_bfd_vms_output_counted, _bfd_vms_output_dump): Adjust. * vms-alpha.c (evax_section_flags): Make it const. (vms_secflag_by_name): Remove unused ABFD argument. Make SECTION_FLAGS and NAME arguments const. Clarify comment. (vms_esecflag_by_name): Make SECTION_FLAGS and NAME arguments const. (_bfd_vms_slurp_egsd): Adjust call to vms_secflag_by_name. (_bfd_vms_write_egsd): Remove useless cast.
Diffstat (limited to 'bfd/vms.h')
-rw-r--r--bfd/vms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/vms.h b/bfd/vms.h
index c95487d5d4..c25987d237 100644
--- a/bfd/vms.h
+++ b/bfd/vms.h
@@ -131,8 +131,8 @@ extern void _bfd_vms_output_byte (struct vms_rec_wr *, unsigned);
extern void _bfd_vms_output_short (struct vms_rec_wr *, unsigned);
extern void _bfd_vms_output_long (struct vms_rec_wr *, unsigned long);
extern void _bfd_vms_output_quad (struct vms_rec_wr *, bfd_vma);
-extern void _bfd_vms_output_counted (struct vms_rec_wr *, char *);
-extern void _bfd_vms_output_dump (struct vms_rec_wr *, unsigned char *, int);
+extern void _bfd_vms_output_counted (struct vms_rec_wr *, const char *);
+extern void _bfd_vms_output_dump (struct vms_rec_wr *, const unsigned char *, int);
extern void _bfd_vms_output_fill (struct vms_rec_wr *, int, int);
extern int _bfd_vms_convert_to_var_unix_filename (const char *);
OpenPOWER on IntegriCloud