* rs6000-pinsn.c: #include "opcode/rs6k.h"
authorStu Grossman <grossman@cygnus>
Tue, 7 Apr 1992 20:45:16 +0000 (20:45 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 7 Apr 1992 20:45:16 +0000 (20:45 +0000)
gdb/ChangeLog
gdb/rs6000-pinsn.c

index 15e052a84070d409e1b1945714ead37bf9fe1a83..b6b37502f048f22a2276e7914eb82cb8356f5183 100644 (file)
@@ -1,6 +1,7 @@
 Tue Apr  7 08:45:46 1992  Stu Grossman  (grossman at cygnus.com)
 
        * rs6k-opcode.h:  Move to ../include/opcode/rs6k.h.
+       * rs6000-pinsn.h:  #include "opcode/rs6k.h"
 
        * mipsread.c (read_mips_symtab, read_the_mips_symtab,
        mipscoff_symfile_read):  Convert to BFD to do file I/O.
index 23b91604cab7b1a045f84c980b592cc1ba6d38be..6880370bb172228c06e6cdedfc2f98b07d418325 100644 (file)
@@ -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.  */
This page took 0.025621 seconds and 4 git commands to generate.