2003-05-23 Eric Christopher <echristo@redhat.com>
* config/tc-mips.c (macro_build_jalr): Warning patrol.
This commit is contained in:
parent
e76c5fcc46
commit
36ede617d2
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -3312,7 +3312,7 @@ macro_build_jalr (icnt, ep)
|
|||
int icnt;
|
||||
expressionS *ep;
|
||||
{
|
||||
char *f;
|
||||
char *f = NULL;;
|
||||
|
||||
if (HAVE_NEWABI)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue