aboutsummaryrefslogtreecommitdiff
path: root/binutils/m68k-pinsn.c
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-12-01 02:58:37 +0000
committerSteve Chamberlain <sac@cygnus>1991-12-01 02:58:37 +0000
commit4aa58a0a29bc0efd20a79f4fc3babc183393f7fa (patch)
treeae9ab8ba90d66f27ab3e30ac5b7eb94bf24b3155 /binutils/m68k-pinsn.c
parentd289576d7fdbd3948a2308ef395a66690151d8b0 (diff)
downloadgdb-4aa58a0a29bc0efd20a79f4fc3babc183393f7fa.zip
gdb-4aa58a0a29bc0efd20a79f4fc3babc183393f7fa.tar.gz
gdb-4aa58a0a29bc0efd20a79f4fc3babc183393f7fa.tar.bz2
Updated to point to where the header files are now
Diffstat (limited to 'binutils/m68k-pinsn.c')
-rw-r--r--binutils/m68k-pinsn.c27
1 files changed, 15 insertions, 12 deletions
diff --git a/binutils/m68k-pinsn.c b/binutils/m68k-pinsn.c
index 139a663..60fa9c2 100644
--- a/binutils/m68k-pinsn.c
+++ b/binutils/m68k-pinsn.c
@@ -20,17 +20,20 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* $Id$
$Log$
- Revision 1.5 1991/11/03 22:58:44 bothner
- * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
- * ar.c (get_pos_bfd): Fix to handling of before/after
- positioning options.
- * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
- since libiberty contains vfprintf etc if otherwise missing.
- * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
- type operands, as used by branch instructions.
- * nm.c: Delegate printing of symbols to BFD,
- by using bfd_print_symbol to do the formatting.
-
+ Revision 1.6 1991/12/01 02:58:34 sac
+ Updated to point to where the header files are now
+
+ * Revision 1.5 1991/11/03 22:58:44 bothner
+ * * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
+ * * ar.c (get_pos_bfd): Fix to handling of before/after
+ * positioning options.
+ * * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
+ * since libiberty contains vfprintf etc if otherwise missing.
+ * * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
+ * type operands, as used by branch instructions.
+ * * nm.c: Delegate printing of symbols to BFD,
+ * by using bfd_print_symbol to do the formatting.
+ *
* Revision 1.4 1991/10/16 18:56:56 bothner
* * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
* i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
@@ -80,7 +83,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "bfd.h"
#include "sysdep.h"
#include <stdio.h>
-#include "m68k-opcode.h"
+#include "opcode/m68k.h"
extern int fputs();
extern void print_address();