* armnetbsd.c: Replace CONST with const.
[deliverable/binutils-gdb.git] / bfd / elf64-mips.c
index 694bca5b61e90d7e1428e044ab027f0a26cb9826..ea8f64588f7b91181ab3c69d445fbd2386fedaa2 100644 (file)
@@ -1548,7 +1548,7 @@ mips_elf64_assign_gp (output_bfd, pgp)
     {
       for (i = 0; i < count; i++, sym++)
        {
-         register CONST char *name;
+         register const char *name;
 
          name = bfd_asymbol_name (*sym);
          if (*name == '_' && strcmp (name, "_gp") == 0)
This page took 0.023963 seconds and 4 git commands to generate.