|
|
|
@ -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(); |
|
|
|
|