diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-09 03:56:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-09 03:56:03 +0000 |
commit | 1b59432770021935a1b9095a851fe33e2b1d1228 (patch) | |
tree | 7f1fceb7321c8da4d17f15f9ea8379b7ba52e4e3 /gdb/config/m88k/tm-cxux.h | |
parent | 4a32a1e4169e11847a4efae7f6b5369a9df44199 (diff) | |
download | binutils-1b59432770021935a1b9095a851fe33e2b1d1228.zip binutils-1b59432770021935a1b9095a851fe33e2b1d1228.tar.gz binutils-1b59432770021935a1b9095a851fe33e2b1d1228.tar.bz2 |
Obsolete harris 88k target.
Diffstat (limited to 'gdb/config/m88k/tm-cxux.h')
-rw-r--r-- | gdb/config/m88k/tm-cxux.h | 124 |
1 files changed, 62 insertions, 62 deletions
diff --git a/gdb/config/m88k/tm-cxux.h b/gdb/config/m88k/tm-cxux.h index b74f122..653637a 100644 --- a/gdb/config/m88k/tm-cxux.h +++ b/gdb/config/m88k/tm-cxux.h @@ -1,62 +1,62 @@ -/* Target definitions for m88k running Harris CX/UX. - Copyright 1993, 1994 Free Software Foundation, Inc. - - This file is part of GDB. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - 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., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - -#define HARRIS_TARGET 1 - -#define CXUX_TARGET 1 - -/* Type of X registers, as supplied by the OS */ - -typedef struct - { - long w1, w2, w3, w4; - } -X_REGISTER_RAW_TYPE; - -#define X_REGISTER_VIRTUAL_TYPE double - -#include "m88k/tm-m88k.h" - -#define ADD_SHARED_SYMBOL_FILES(args,have_tty) add_shared_symbol_files () - -#define CONVERT_REGISTER_ADDRESS - -/* Always allocate space for both, but recognize that the m88100 has no - FP_REGS. */ - -#undef ARCH_NUM_REGS -#define ARCH_NUM_REGS (target_is_m88110 ? (GP_REGS + FP_REGS) : (GP_REGS)) - -/* Don't need this grotesquerie. */ - -#undef SHIFT_INST_REGS - -/* Extended registers are treated as 16 bytes by Harris' OS's. - We treat them as 16 bytes here for consistency's sake. */ - -#undef REGISTER_RAW_SIZE -#define REGISTER_RAW_SIZE(N) ((N) < XFP_REGNUM ? 4 : 16) - -#undef REGISTER_BYTE -#define REGISTER_BYTE(N) \ - ((N) >= XFP_REGNUM \ - ? (((GP_REGS) * REGISTER_RAW_SIZE(0)) + \ - (((N) - XFP_REGNUM) * REGISTER_RAW_SIZE(XFP_REGNUM))) \ - : ((N) * REGISTER_RAW_SIZE(0))) +/* OBSOLETE /* Target definitions for m88k running Harris CX/UX. */ +/* OBSOLETE Copyright 1993, 1994 Free Software Foundation, Inc. */ +/* OBSOLETE */ +/* OBSOLETE This file is part of GDB. */ +/* OBSOLETE */ +/* OBSOLETE This program is free software; you can redistribute it and/or modify */ +/* OBSOLETE it under the terms of the GNU General Public License as published by */ +/* OBSOLETE the Free Software Foundation; either version 2 of the License, or */ +/* OBSOLETE (at your option) any later version. */ +/* OBSOLETE */ +/* OBSOLETE This program is distributed in the hope that it will be useful, */ +/* OBSOLETE but WITHOUT ANY WARRANTY; without even the implied warranty of */ +/* OBSOLETE MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ +/* OBSOLETE GNU General Public License for more details. */ +/* OBSOLETE */ +/* OBSOLETE You should have received a copy of the GNU General Public License */ +/* OBSOLETE along with this program; if not, write to the Free Software */ +/* OBSOLETE Foundation, Inc., 59 Temple Place - Suite 330, */ +/* OBSOLETE Boston, MA 02111-1307, USA. */ */ +/* OBSOLETE */ +/* OBSOLETE #define HARRIS_TARGET 1 */ +/* OBSOLETE */ +/* OBSOLETE #define CXUX_TARGET 1 */ +/* OBSOLETE */ +/* OBSOLETE /* Type of X registers, as supplied by the OS */ */ +/* OBSOLETE */ +/* OBSOLETE typedef struct */ +/* OBSOLETE { */ +/* OBSOLETE long w1, w2, w3, w4; */ +/* OBSOLETE } */ +/* OBSOLETE X_REGISTER_RAW_TYPE; */ +/* OBSOLETE */ +/* OBSOLETE #define X_REGISTER_VIRTUAL_TYPE double */ +/* OBSOLETE */ +/* OBSOLETE #include "m88k/tm-m88k.h" */ +/* OBSOLETE */ +/* OBSOLETE #define ADD_SHARED_SYMBOL_FILES(args,have_tty) add_shared_symbol_files () */ +/* OBSOLETE */ +/* OBSOLETE #define CONVERT_REGISTER_ADDRESS */ +/* OBSOLETE */ +/* OBSOLETE /* Always allocate space for both, but recognize that the m88100 has no */ +/* OBSOLETE FP_REGS. */ */ +/* OBSOLETE */ +/* OBSOLETE #undef ARCH_NUM_REGS */ +/* OBSOLETE #define ARCH_NUM_REGS (target_is_m88110 ? (GP_REGS + FP_REGS) : (GP_REGS)) */ +/* OBSOLETE */ +/* OBSOLETE /* Don't need this grotesquerie. */ */ +/* OBSOLETE */ +/* OBSOLETE #undef SHIFT_INST_REGS */ +/* OBSOLETE */ +/* OBSOLETE /* Extended registers are treated as 16 bytes by Harris' OS's. */ +/* OBSOLETE We treat them as 16 bytes here for consistency's sake. */ */ +/* OBSOLETE */ +/* OBSOLETE #undef REGISTER_RAW_SIZE */ +/* OBSOLETE #define REGISTER_RAW_SIZE(N) ((N) < XFP_REGNUM ? 4 : 16) */ +/* OBSOLETE */ +/* OBSOLETE #undef REGISTER_BYTE */ +/* OBSOLETE #define REGISTER_BYTE(N) \ */ +/* OBSOLETE ((N) >= XFP_REGNUM \ */ +/* OBSOLETE ? (((GP_REGS) * REGISTER_RAW_SIZE(0)) + \ */ +/* OBSOLETE (((N) - XFP_REGNUM) * REGISTER_RAW_SIZE(XFP_REGNUM))) \ */ +/* OBSOLETE : ((N) * REGISTER_RAW_SIZE(0))) */ |