aboutsummaryrefslogtreecommitdiff
path: root/binutils/m68k-pinsn.c
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-06-14 22:54:48 +0000
committerSteve Chamberlain <steve@cygnus>1991-06-14 22:54:48 +0000
commit17e6f61f1fc65c660bed81002bf9c3d943892bb1 (patch)
treea45ab3709c28b18eaaf6d7cff539f12d88ba92cf /binutils/m68k-pinsn.c
parenta5090de953e751fe63e605d3335404c0547d1145 (diff)
downloadgdb-17e6f61f1fc65c660bed81002bf9c3d943892bb1.zip
gdb-17e6f61f1fc65c660bed81002bf9c3d943892bb1.tar.gz
gdb-17e6f61f1fc65c660bed81002bf9c3d943892bb1.tar.bz2
*** empty log message ***
Diffstat (limited to 'binutils/m68k-pinsn.c')
-rw-r--r--binutils/m68k-pinsn.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/binutils/m68k-pinsn.c b/binutils/m68k-pinsn.c
index b84a869..21df5d4 100644
--- a/binutils/m68k-pinsn.c
+++ b/binutils/m68k-pinsn.c
@@ -20,9 +20,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $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
*
@@ -52,9 +55,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
* Initial revision
*
*/
-
-#include <stdio.h>
#include "sysdep.h"
+#include <stdio.h>
+
#include "bfd.h"
#include "m68k-opcode.h"