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 9955a551edfa1028e282db5eaf8b9135ade3aec4..52e976a2d2b1de4aaf9b6607a0788fbbfa53ff0b 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 7d72dad788dc7a289130d24db629a762ffac9723..4b16e9392edc43f0983569db0d2513e763e7f369 100644 (file)
@@ -3312,7 +3312,7 @@ macro_build_jalr (icnt, ep)
      int icnt;
      expressionS *ep;
 {
-  char *f;
+  char *f = NULL;;
 
   if (HAVE_NEWABI)
     {
This page took 0.03825 seconds and 4 git commands to generate.