diff options
Diffstat (limited to 'gdb/gould-pinsn.c')
-rw-r--r-- | gdb/gould-pinsn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gould-pinsn.c b/gdb/gould-pinsn.c index d4bcb60..f206a1e 100644 --- a/gdb/gould-pinsn.c +++ b/gdb/gould-pinsn.c @@ -23,9 +23,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "frame.h" #include "gdbcore.h" #if defined GOULD_PN -#include "pn-opcode.h" +#include "opcode/pn.h" #else -#include "np1-opcode.h" +#include "opcode/np1.h" #endif /* GOULD RISC instructions are never longer than this many bytes. */ |