diff options
author | John Gilmore <gnu@cygnus> | 1991-11-18 23:52:12 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-18 23:52:12 +0000 |
commit | e140f1dab1e9517aa3523e52a92f954dfbabaf4a (patch) | |
tree | a06e3112e68bec966ec031bc6ee19b6655b547cf /gdb/xm-m88k.h | |
parent | d08a5233d9e40a97789243cd563c5090b1736721 (diff) | |
download | gdb-e140f1dab1e9517aa3523e52a92f954dfbabaf4a.zip gdb-e140f1dab1e9517aa3523e52a92f954dfbabaf4a.tar.gz gdb-e140f1dab1e9517aa3523e52a92f954dfbabaf4a.tar.bz2 |
Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,
since it was always defined exactly the same in all of them.
Diffstat (limited to 'gdb/xm-m88k.h')
-rw-r--r-- | gdb/xm-m88k.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/xm-m88k.h b/gdb/xm-m88k.h index bcfc23e..bad91f8 100644 --- a/gdb/xm-m88k.h +++ b/gdb/xm-m88k.h @@ -17,10 +17,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* This is currently for a 88000 running DGUX. If other 88k ports are - done, OS-specific stuff should be moved (see tm-68k.h, for example). */ -/* g++ support is not yet included. */ - #define HOST_BYTE_ORDER BIG_ENDIAN #if !defined (USG) @@ -51,18 +47,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NBPG NBPC #define UPAGES USIZE -#define HAVE_GETPAGESIZE - /* Get rid of any system-imposed stack limit if possible. */ #define SET_STACK_LIMIT_HUGE -/* number of traps that happen between exec'ing the shell - * to run an inferior, and when we finally get to - * the inferior code. This is 2 on most implementations. - */ -#define START_INFERIOR_TRAPS_EXPECTED 2 - /* This is the amount to subtract from u.u_ar0 to get the offset in the core file of the register values. */ @@ -75,6 +63,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define REGISTER_U_ADDR(addr, blockend, regno) \ (addr) = m88k_register_u_addr ((blockend),(regno)); -#define HAVE_WAIT_STRUCT - #define FETCH_INFERIOR_REGISTERS |