Fixes from Andrew Smith
authorSteve Chamberlain <sac@cygnus>
Tue, 26 May 1992 23:49:49 +0000 (23:49 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 26 May 1992 23:49:49 +0000 (23:49 +0000)
gas/ChangeLog
gas/config/tc-a29k.c

index 00999814f7f61377e2bdd24808cb289b8cb3748e..2f4bef6af22febb9a6b2d734889c62c2866d2310 100644 (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.
index c4165c486dcff955d6b440eb0ab98d783b9f3ef3..5d7c0465c87c6925f617351be87ae393b20d584d 100644 (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);
This page took 0.025195 seconds and 4 git commands to generate.