* elf.c (bfd_section_from_shdr): Make "name" const.
[deliverable/binutils-gdb.git] / bfd / elfxx-mips.c
index f3464d5391f35ed241cdb07d3d5e56e072bb89c3..67179ee18d967d205eb4358979d09cc4d44d4753 100644 (file)
@@ -3351,7 +3351,7 @@ boolean
 _bfd_mips_elf_section_from_shdr (abfd, hdr, name)
      bfd *abfd;
      Elf_Internal_Shdr *hdr;
-     char *name;
+     const char *name;
 {
   flagword flags = 0;
 
This page took 0.023779 seconds and 4 git commands to generate.