Skip to content

Commit

Permalink
2003-05-23 Eric Christopher <echristo@redhat.com>
Browse files Browse the repository at this point in the history
        * config/tc-mips.c (macro_build_jalr): Warning patrol.
  • Loading branch information
echristo committed May 23, 2003
1 parent 84b42e9 commit 794d39c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gas/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gas/config/tc-mips.c
Original file line number Diff line number Diff line change
Expand Up @@ -3312,7 +3312,7 @@ macro_build_jalr (icnt, ep)
int icnt;
expressionS *ep;
{
char *f;
char *f = NULL;;

if (HAVE_NEWABI)
{
Expand Down

0 comments on commit 794d39c

Please sign in to comment.