* config/sun4os4.mh (XDEPFILES): fork-child.o removed.
[deliverable/binutils-gdb.git] / gdb / tm-nindy960.h
index e7ed59bfaba583a592ba5adaa947c8f8d7a249ad..7237278d971423d65a5edeb3b632a3d2d6a5fd93 100644 (file)
@@ -4,19 +4,19 @@
 
 This file is part of GDB.
 
-GDB is free software; you can redistribute it and/or modify
+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 1, or (at your option)
-any later version.
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
 
-GDB is distributed in the hope that it will be useful,
+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 GDB; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /*****************************************************************************
  * Definitions to target GDB to an i960 debugged over a serial line.
@@ -37,12 +37,12 @@ extern int nindy_initial_brk;       /* Send a BREAK to reset board first */
 extern char *nindy_ttyname;    /* Name of serial port to talk to nindy */
 
 #define        ADDITIONAL_OPTIONS \
-       {"O", 0, &nindy_old_protocol, 1},       \
-       {"brk", 0, &nindy_initial_brk, 1},      \
-       {"r", 1, 0, 1004},  /* 1004 is magic cookie for ADDL_CASES */
+       {"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 */
 
 #define        ADDITIONAL_OPTION_CASES \
-       case 1004:      /* -r option:  remote nindy auto-start */       \
+       case 1004:      /* -ser option:  remote nindy auto-start */     \
          nindy_ttyname = optarg;       \
          break;
 
@@ -50,7 +50,7 @@ extern char *nindy_ttyname;   /* Name of serial port to talk to nindy */
        "\
   -O                Use old protocol to talk to a Nindy target\n\
   -brk              Send a break to a Nindy target to reset it.\n\
-  -r SERIAL         Open remote Nindy session to SERIAL port.\n\
+  -ser SERIAL       Open remote Nindy session to SERIAL port.\n\
 "
 
 /* If specified on the command line, open tty for talking to nindy,
@@ -78,7 +78,7 @@ extern char *nindy_ttyname;   /* Name of serial port to talk to nindy */
 #define STACK_END_ADDR (0xfe000000)
 
 /* FRAME_CHAIN_VALID returns zero if the given frame is the outermost one
-   and has no caller.  In that case, FRAME_CHAIN_COMBINE is not used.
+   and has no caller.
 
    On the i960, each various target system type defines FRAME_CHAIN_VALID,
    since it differs between NINDY and VxWorks, the two currently supported
@@ -98,8 +98,3 @@ extern int nindy_frame_chain_valid();         /* See nindy-tdep.c */
  */
 
 #define DECR_PC_AFTER_BREAK 0
-
-/* Not needed, because we don't support core files:
- *     #define KERNEL_U_ADDR
- *     #define REGISTER_U_ADDR(addr, blockend, regno)
- */
This page took 0.02583 seconds and 4 git commands to generate.