/* $Id$
$Log$
- Revision 1.1.1.1 1991/03/21 21:26:46 gumby
- Back from Intel with Steve
+ Revision 1.2 1991/06/14 22:54:44 steve
+ *** empty log message ***
+ * Revision 1.1.1.1 1991/03/21 21:26:46 gumby
+ * Back from Intel with Steve
+ *
* Revision 1.1 1991/03/21 21:26:45 gumby
* Initial revision
*
* Initial revision
*
*/
-
-#include <stdio.h>
#include "sysdep.h"
+#include <stdio.h>
+
#include "bfd.h"
#include "m68k-opcode.h"
/* $Id$
$Log$
- Revision 1.7 1991/06/09 20:38:03 rich
- Don't sort the const array in place.
+ Revision 1.8 1991/06/14 22:54:48 steve
+ *** empty log message ***
* Revision 1.6 1991/05/23 03:49:10 rich
* new sparc-opcode, new pinsn.
* Initial revision
*
*/
-
-#include <stdio.h>
#include "sysdep.h"
+#include <stdio.h>
#include "bfd.h"
#include "sparc-opcode.h"
register unsigned int i;
-#ifdef comment
if (!opcodes_sorted)
{
static int compare_opcodes ();
sizeof (sparc_opcodes[0]), compare_opcodes);
opcodes_sorted = 1;
}
-#endif /* comment */
memcpy(&insn,buffer, sizeof (insn));