2003-05-23 Eric Christopher <echristo@redhat.com>
authorEric Christopher <echristo@gmail.com>
Fri, 23 May 2003 22:26:20 +0000 (22:26 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 23 May 2003 22:26:20 +0000 (22:26 +0000)
        * config/tc-mips.c (macro_build_jalr): Warning patrol.

gas/ChangeLog
gas/config/tc-mips.c

index 9955a55..52e976a 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-23  Eric Christopher  <echristo@redhat.com>
+
+       * config/tc-mips.c (macro_build_jalr): Warning patrol.
+
 2003-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * config/tc-mips.c (append_insn): Use actual relocation size for new
index 7d72dad..4b16e93 100644 (file)
@@ -3312,7 +3312,7 @@ macro_build_jalr (icnt, ep)
      int icnt;
      expressionS *ep;
 {
-  char *f;
+  char *f = NULL;;
 
   if (HAVE_NEWABI)
     {