aboutsummaryrefslogtreecommitdiff
path: root/gdb/gould-pinsn.c
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-12-27 21:11:37 +0000
committerPer Bothner <per@bothner.com>1991-12-27 21:11:37 +0000
commitaab77d5f23a8d3f54c1976bb54d944065c45eb34 (patch)
treec30ae4ca1825c2a6db908e9424aafa923209c05b /gdb/gould-pinsn.c
parentf3b7efd5b67fd3c5bc150650b16191fa6c86bfb0 (diff)
downloadfsf-binutils-gdb-aab77d5f23a8d3f54c1976bb54d944065c45eb34.zip
fsf-binutils-gdb-aab77d5f23a8d3f54c1976bb54d944065c45eb34.tar.gz
fsf-binutils-gdb-aab77d5f23a8d3f54c1976bb54d944065c45eb34.tar.bz2
More changes, mostly cleanups from the last set.
Made some more progress in removing duplicate assembly opcode files. More improvements to how mipsread and to a lesser extent dbxread work. See the ChangeLog for details.
Diffstat (limited to 'gdb/gould-pinsn.c')
-rw-r--r--gdb/gould-pinsn.c4
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. */