]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/w65/tm-w65.h
import gdb-1999-07-07 post reformat
[thirdparty/binutils-gdb.git] / gdb / config / w65 / tm-w65.h
index 412624dacc4fd5c62cc2110e741be1296c792e40..b1fe4eddcebcb8ebc789ea4afa2473332b069e36 100644 (file)
@@ -1,21 +1,22 @@
 /* Parameters for execution on a WDC 65816 machine.
    Copyright (C) 1995 Free Software Foundation, Inc.
 
-This file is part of GDB.
+   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 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.
+   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.  */
+   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.  */
 
 /* Contributed by Steve Chamberlain sac@cygnus.com */
 
@@ -60,7 +61,7 @@ extern CORE_ADDR w65_skip_prologue ();
 /* Illegal instruction - used by the simulator for breakpoint
    detection */
 
-#define BREAKPOINT {0xcb} /* WAI */
+#define BREAKPOINT {0xcb}      /* WAI */
 
 /* If your kernel resets the pc after the trap happens you may need to
    define this before including this file.  */
@@ -68,13 +69,13 @@ extern CORE_ADDR w65_skip_prologue ();
 
 /* Return 1 if P points to an invalid floating point value.  */
 
-#define INVALID_FLOAT(p, len) 0   /* Just a first guess; not checked */
+#define INVALID_FLOAT(p, len) 0        /* Just a first guess; not checked */
 
 /* Say how long registers are.  */
-/*#define REGISTER_TYPE  int*/
+/*#define REGISTER_TYPE  int */
 
 /* Say how much memory is needed to store a copy of the register set */
-#define REGISTER_BYTES    (NUM_REGS*4) 
+#define REGISTER_BYTES    (NUM_REGS*4)
 
 /* Index within `registers' of the first byte of the space for
    register N.  */