diff options
Diffstat (limited to 'binutils/m68k-pinsn.c')
-rw-r--r-- | binutils/m68k-pinsn.c | 27 |
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(); |