aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-pinsn.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-04-07 20:45:16 +0000
committerStu Grossman <grossman@cygnus>1992-04-07 20:45:16 +0000
commit14832b2e6ab0627429e808defb58d17e8308e71a (patch)
tree0bc7fef9c4c90d455970e73d542e0eacc37aa91f /gdb/rs6000-pinsn.c
parentaa505f07bd1746ff586acdb8a2df78b0b967d766 (diff)
downloadgdb-14832b2e6ab0627429e808defb58d17e8308e71a.zip
gdb-14832b2e6ab0627429e808defb58d17e8308e71a.tar.gz
gdb-14832b2e6ab0627429e808defb58d17e8308e71a.tar.bz2
* rs6000-pinsn.c: #include "opcode/rs6k.h"
Diffstat (limited to 'gdb/rs6000-pinsn.c')
-rw-r--r--gdb/rs6000-pinsn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-pinsn.c b/gdb/rs6000-pinsn.c
index 23b9160..6880370 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. */