Constify more
[deliverable/binutils-gdb.git] / gas / config / obj-elf.c
index 40c6e352746e3bcab40001cf58a519dd93721fa1..1d07d4b7d6a67e64c342fa84414dc8da5bbe9707 100644 (file)
@@ -815,7 +815,8 @@ obj_elf_parse_section_letters (char *str, size_t len, bfd_boolean *is_clone)
            }
        default:
          {
-           char *bad_msg = _("unrecognized .section attribute: want a,e,w,x,M,S,G,T or number");
+           const char *bad_msg = _("unrecognized .section attribute:"
+                                   " want a,e,w,x,M,S,G,T or number");
 #ifdef md_elf_section_letter
            bfd_vma md_attr = md_elf_section_letter (*str, &bad_msg);
            if (md_attr != (bfd_vma) -1)
This page took 0.024782 seconds and 4 git commands to generate.