forked from Imagelibrary/binutils-gdb
+ * nindy-share/stop.h: fixed bogus comment-end in copyright message
+ * i960-pinsn.c: fixed two calls of fputs_filtered that had 3 arguments
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user