]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/xcoffread.c
2003-09-14 Andrew Cagney <cagney@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / xcoffread.c
index 7008192242430b0f5d5a7f111fe4d46585f4f015..6bcea70d8c911054c5ce06023e383f886ca40890 100644 (file)
@@ -1441,7 +1441,7 @@ static struct symbol *
 process_xcoff_symbol (register struct coff_symbol *cs, struct objfile *objfile)
 {
   struct symbol onesymbol;
-  register struct symbol *sym = &onesymbol;
+  struct symbol *sym = &onesymbol;
   struct symbol *sym2 = NULL;
   char *name, *pp;