* config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 30 Mar 1994 16:25:08 +0000 (16:25 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 30 Mar 1994 16:25:08 +0000 (16:25 +0000)
gdb/ChangeLog
gdb/config/m68k/tm-dpx2.h

index f031780970264a8d234e3fe42b74c8a27174cc42..c897573bc2d4120c4177c7e65be4a1091394c13f 100644 (file)
@@ -1,3 +1,7 @@
+Wed Mar 30 08:24:18 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h.
+
 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * blockframe.c (find_pc_partial_function):  mst_file_text
index 694e05488c8d0fe6d4e61b7047cf9c4211dba400..cff906ae0093ddb1afaa54a5f22343036a94d8f0 100644 (file)
@@ -27,4 +27,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define FUNCTION_EPILOGUE_SIZE 4
 
 #include <sys/types.h>
-#include "m68k/tm-68k.h"
+#include "m68k/tm-m68k.h"
This page took 0.025299 seconds and 4 git commands to generate.