* rs6000-pinsn.c: #include "opcode/rs6k.h"

This commit is contained in:
Stu Grossman 1992-04-07 20:45:16 +00:00
parent aa505f07bd
commit 14832b2e6a
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Tue Apr 7 08:45:46 1992 Stu Grossman (grossman at cygnus.com)
* rs6k-opcode.h: Move to ../include/opcode/rs6k.h.
* rs6000-pinsn.h: #include "opcode/rs6k.h"
* mipsread.c (read_mips_symtab, read_the_mips_symtab,
mipscoff_symfile_read): Convert to BFD to do file I/O.

View File

@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "defs.h"
#include "rs6k-opcode.h"
#include "opcode/rs6k.h"
/* Print the rs6k instruction at address MEMADDR in debugged memory,
on STREAM. Returns length of the instruction, in bytes. */