+Sun Nov 22 16:21:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * nindy-share/stop.h: fixed bogus comment-end in copyright message
+
+ * i960-pinsn.c: fixed two calls of fputs_filtered that had 3 arguments
+
Fri Nov 20 21:35:57 1992 Fred Fish (fnf@cygnus.com)
* defs.h (sevenbit_strings): Add declaration.
if ( word1 & 2 ){ /* Predicts branch not taken */
fputs_filtered ( ".f", stream );
}
- fputs_filtered ( "\t", stream, 0 );
+ fputs_filtered ( "\t", stream );
src1 = (word1 >> 19) & 0x1f;
src2 = (word1 >> 14) & 0x1f;
dst = (word1 >> 19) & 0x1f;
if ( reg_tab[i].numops != 0 ){
- fputs_filtered( "\t", stream, 0 );
+ fputs_filtered( "\t", stream );
switch ( reg_tab[i].numops ){
case 1: