diff options
author | Stu Grossman <grossman@cygnus> | 1992-04-07 20:45:16 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-04-07 20:45:16 +0000 |
commit | 14832b2e6ab0627429e808defb58d17e8308e71a (patch) | |
tree | 0bc7fef9c4c90d455970e73d542e0eacc37aa91f /gdb/rs6000-pinsn.c | |
parent | aa505f07bd1746ff586acdb8a2df78b0b967d766 (diff) | |
download | gdb-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.c | 2 |
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. */ |