2003-05-23 Eric Christopher <echristo@redhat.com>

* config/tc-mips.c (macro_build_jalr): Warning patrol.
This commit is contained in:
Eric Christopher 2003-05-23 22:26:20 +00:00
parent e76c5fcc46
commit 36ede617d2
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -3312,7 +3312,7 @@ macro_build_jalr (icnt, ep)
int icnt;
expressionS *ep;
{
char *f;
char *f = NULL;;
if (HAVE_NEWABI)
{