From 14832b2e6ab0627429e808defb58d17e8308e71a Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 7 Apr 1992 20:45:16 +0000 Subject: [PATCH] * rs6000-pinsn.c: #include "opcode/rs6k.h" --- gdb/ChangeLog | 1 + gdb/rs6000-pinsn.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 15e052a840..b6b37502f0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/rs6000-pinsn.c b/gdb/rs6000-pinsn.c index 23b91604ca..6880370bb1 100644 --- a/gdb/rs6000-pinsn.c +++ b/gdb/rs6000-pinsn.c @@ -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. */ -- 2.34.1