]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/mips-tdump.c
alias.c: Remove uses of "register" specifier in declarations of arguments and local...
[thirdparty/gcc.git] / gcc / mips-tdump.c
index e133c0f8ac0bc2cb587bf532328fa6efaa11cdd1..32f2bc2331030fe493b1ce2284b0227cb3c3bfe0 100644 (file)
@@ -1011,9 +1011,10 @@ print_symbol (sym_ptr, number, strbase, aux_base, ifd, fdp)
 
   if (MIPS_IS_STAB(sym_ptr))
     {
-      register int i = ARRAY_SIZE (stab_names);
+      int i = ARRAY_SIZE (stab_names);
       const char *stab_name = "stab";
       short code = MIPS_UNMARK_STAB(sym_ptr->index);
+
       while (--i >= 0)
        if (stab_names[i].code == code)
          {