* config/m68k/tm-dpx2.h: Include tm-m68k.h not nonexistent tm-68k.h.

This commit is contained in:
Jim Kingdon
1994-03-30 16:25:08 +00:00
parent 9e837b37a4
commit c2216bfd1b
2 changed files with 5 additions and 1 deletions

View 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

View 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"