Fixes from Andrew Smith

This commit is contained in:
Steve Chamberlain 1992-05-26 23:49:49 +00:00
parent cf2623b060
commit d312e231b5
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
Tue May 26 16:47:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* config/tc-a29k.c: lint
* listing.c, expr.c: patches from Andrew Smith
Mon Apr 27 13:13:31 1992 K. Richard Pixley (rich@cygnus.com)
* as.c, write.c: use -K rather than -k for the broken word warning
option.
Tue Apr 21 13:35:30 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in: do not print recursion lines.

View File

@ -858,7 +858,7 @@ fixS *fixP;
case RELOC_CONSTH: return (R_IHIHALF);
case RELOC_JUMPTARG: return (R_IREL);
default: printf("need %o3\n", fixP->fx_r_type);
abort(0);
abort();
} /* switch on type */
return(0);