Browse Source

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

* config/tc-mips.c (macro_build_jalr): Warning patrol.
ezannoni_pie-20030916-branch
Eric Christopher 24 years ago
parent
commit
36ede617d2
  1. 4
      gas/ChangeLog
  2. 2
      gas/config/tc-mips.c

4
gas/ChangeLog

@ -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

2
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)
{

Loading…
Cancel
Save