(print_insn): Include the new dis-asm header file.
This commit is contained in:
parent
229c82cb94
commit
52f8e6a0ab
|
@ -1,3 +1,7 @@
|
|||
Fri Mar 19 07:40:09 1993 Steve Chamberlain (sac@cygnus.com)
|
||||
|
||||
* z8k-tdep.c (print_insn): Include the new dis-asm header file.
|
||||
|
||||
Thu Mar 18 14:26:57 1993 Per Bothner (bothner@rtl.cygnus.com)
|
||||
|
||||
* ieee-float.c: Moved to ../libiberty.
|
||||
|
|
|
@ -28,7 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#include "symtab.h"
|
||||
#include "gdbcmd.h"
|
||||
#include "gdbtypes.h"
|
||||
|
||||
#include "dis-asm.h"
|
||||
/* Return the saved PC from this frame.
|
||||
|
||||
If the frame has a memory copy of SRP_REGNUM, use that. If not,
|
||||
|
|
Loading…
Reference in New Issue