* configure.in (target configurations): Reformat into table.
[deliverable/binutils-gdb.git] / gdb / tm-es1800.h
CommitLineData
498f1df0
FF
1/* Parameters for execution on ES-1800 emulator for 68000.
2 The code was originally written by Johan Holmberg TT/SJ Ericsson Telecom
3 AB and later modified by Johan Henriksson TT/SJ. It was adapted to GDB 4.0
4 by Jan Norden TX/DK.
5 Copyright (C) 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
6
7This file is part of GDB.
8
9GDB is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 1, or (at your option)
12any later version.
13
14GDB is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with GDB; see the file COPYING. If not, write to
21the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22
23#define GDBINIT_FILENAME ".esgdbinit"
24
25#define DEFAULT_PROMPT "(esgdb) "
26
27/* Kludge... */
28#include "tm-sun3.h"
29
ddce75e0 30#undef SAVED_PC_AFTER_CALL
498f1df0 31
ddce75e0
DHW
32#define SAVED_PC_AFTER_CALL(frame) \
33 read_memory_integer (read_register (SP_REGNUM), 4)
This page took 0.028624 seconds and 4 git commands to generate.