+ * nindy-share/stop.h: fixed bogus comment-end in copyright message
authorDavid D. Zuhn <zoo@cygnus>
Mon, 23 Nov 1992 01:07:16 +0000 (01:07 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Mon, 23 Nov 1992 01:07:16 +0000 (01:07 +0000)
+ * i960-pinsn.c: fixed two calls of fputs_filtered that had 3 arguments

gdb/ChangeLog
gdb/i960-pinsn.c

index 991de8e2dd6044db93af8ce0f30e4c321aa6b868..e84d9b4ced1ebadb6cc8b163e86465f90a75f37d 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 85dc5bc2675a4bec264dca44f328576ad795d2b5..590770baeb54639356e341aefa257cae7ccacbd1 100644 (file)
@@ -286,7 +286,7 @@ cobr( memaddr, word1, word2 )
        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;
@@ -666,7 +666,7 @@ reg( word1 )
        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: