summaryrefslogtreecommitdiff
path: root/bfd/vms-alpha.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-06-11 21:12:10 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-06-11 21:12:10 +0000
commite6fb043833676a3f504825216da457f30f7bf795 (patch)
tree9a23892f4b63e18549e1526df716e5e830f1390a /bfd/vms-alpha.c
parentc4aa4b730091c393f8a4f6269495134d75f4b37b (diff)
downloadbinutils-redhat-e6fb043833676a3f504825216da457f30f7bf795.tar.gz
bfd/
* vms-alpha.c (_bfd_vms_write_egsd): Make sname const.
Diffstat (limited to 'bfd/vms-alpha.c')
-rw-r--r--bfd/vms-alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c
index ff3062a184..7b543d2027 100644
--- a/bfd/vms-alpha.c
+++ b/bfd/vms-alpha.c
@@ -3273,7 +3273,7 @@ _bfd_vms_write_egsd (bfd *abfd)
unsigned int symnum;
int last_index = -1;
char dummy_name[10];
- char *sname;
+ const char *sname;
flagword new_flags, old_flags;
int abs_section_index = 0;
struct vms_rec_wr *recwr = &PRIV (recwr);