mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-13 10:29:26 +08:00
* mips-pinsn.c: Add missing include of dis-asm.h.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Mar 30 00:14:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
|
* mips-pinsn.c: Add missing include of dis-asm.h.
|
||||||
|
|
||||||
Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
|
Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (clean, distclean, realclean): Recursively apply
|
* Makefile.in (clean, distclean, realclean): Recursively apply
|
||||||
|
@ -18,6 +18,7 @@ along with this program; if not, write to the Free Software
|
|||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
|
#include "dis-asm.h"
|
||||||
|
|
||||||
/* Mips instructions are never longer than this many bytes. */
|
/* Mips instructions are never longer than this many bytes. */
|
||||||
#define MAXLEN 4
|
#define MAXLEN 4
|
||||||
|
Reference in New Issue
Block a user