* m68k-tdep.c (m68k_saved_pc_after_call): Use 'GDB_TARGET_IS_SUN3'
[deliverable/binutils-gdb.git] / gdb / gould-pinsn.c
index d4bcb60cbe334c9f89de8718e86b98e6aeddc495..876b8758068a7a76a2522c3f821a8d78684cc52f 100644 (file)
@@ -17,15 +17,14 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#include <stdio.h>
 #include "defs.h"
 #include "symtab.h"
 #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.  */
This page took 0.024014 seconds and 4 git commands to generate.