From: Eric Christopher Date: Fri, 23 May 2003 22:26:20 +0000 (+0000) Subject: 2003-05-23 Eric Christopher X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=794d39cb5ec677ba0048c7a0b661b0232d49aac9;p=pf3gnuchains%2Fpf3gnuchains3x.git 2003-05-23 Eric Christopher * config/tc-mips.c (macro_build_jalr): Warning patrol. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 9955a551ed..52e976a2d2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2003-05-23 Eric Christopher + + * config/tc-mips.c (macro_build_jalr): Warning patrol. + 2003-05-22 Thiemo Seufer * config/tc-mips.c (append_insn): Use actual relocation size for new diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 7d72dad788..4b16e9392e 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -3312,7 +3312,7 @@ macro_build_jalr (icnt, ep) int icnt; expressionS *ep; { - char *f; + char *f = NULL;; if (HAVE_NEWABI) {