]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/i960/tm-nindy960.h
import gdb-1999-07-07 post reformat
[thirdparty/binutils-gdb.git] / gdb / config / i960 / tm-nindy960.h
index d0c46c0a39f247712d5269afceae1ee9f91fa99e..1a0b5624e76e9b90b2997f6c051ebdba30c23110 100644 (file)
@@ -2,21 +2,22 @@
    Copyright (C) 1990-1991 Free Software Foundation, Inc.
    Contributed by Intel Corporation and Cygnus Support.
 
-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.  */
 
 /*****************************************************************************
  * Definitions to target GDB to an i960 debugged over a serial line.
@@ -44,7 +45,7 @@ extern char *nindy_ttyname;   /* Name of serial port to talk to nindy */
 #define        ADDITIONAL_OPTIONS \
        {"O", no_argument, &nindy_old_protocol, 1},     \
        {"brk", no_argument, &nindy_initial_brk, 1},    \
-       {"ser", required_argument, 0, 1004},  /* 1004 is magic cookie for ADDL_CASES */
+       {"ser", required_argument, 0, 1004},    /* 1004 is magic cookie for ADDL_CASES */
 
 #define        ADDITIONAL_OPTION_CASES \
        case 1004:      /* -ser option:  remote nindy auto-start */     \
@@ -76,7 +77,7 @@ extern char *nindy_ttyname;   /* Name of serial port to talk to nindy */
   nindy_before_main_loop();
 
 extern void
-nindy_before_main_loop();              /* In remote-nindy.c */
+  nindy_before_main_loop ();   /* In remote-nindy.c */
 
 /* FRAME_CHAIN_VALID returns zero if the given frame is the outermost one
    and has no caller.
@@ -89,7 +90,7 @@ extern int nindy_frame_chain_valid PARAMS ((CORE_ADDR, struct frame_info *));
 #define        FRAME_CHAIN_VALID(chain, thisframe) nindy_frame_chain_valid (chain, thisframe)
 
 extern int
-nindy_frame_chain_valid();             /* See nindy-tdep.c */
+  nindy_frame_chain_valid ();  /* See nindy-tdep.c */
 
 /* Sequence of bytes for breakpoint instruction */