Browse Source

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

gdb-4_18-branch
Jim Kingdon 33 years ago
parent
commit
c2216bfd1b
  1. 4
      gdb/ChangeLog
  2. 2
      gdb/config/m68k/tm-dpx2.h

4
gdb/ChangeLog

@ -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

2
gdb/config/m68k/tm-dpx2.h

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

Loading…
Cancel
Save