* utils.c (strcmp_iw): Add a hack to allow "FOO(ARGS)" to
[deliverable/binutils-gdb.git] / gdb / xm-m88k.h
index bcfc23e1ccbdcd7a60e70e6a640106e1ba7c8ad2..bad91f8ddaa18e45db2f86210f0bc11ffc4d6729 100644 (file)
@@ -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
This page took 0.023469 seconds and 4 git commands to generate.