diff options
Diffstat (limited to 'gdb/config/m68k/tm-isi.h')
-rw-r--r-- | gdb/config/m68k/tm-isi.h | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/gdb/config/m68k/tm-isi.h b/gdb/config/m68k/tm-isi.h index 5653fe6..1442d17 100644 --- a/gdb/config/m68k/tm-isi.h +++ b/gdb/config/m68k/tm-isi.h @@ -1,21 +1,22 @@ /* Definitions to target GDB on an ISI Optimum V (3.05) under 4.3bsd. Copyright (C) 1987, 1989, 1991, 1993 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. */ /* This has not been tested on ISI's running BSD 4.2, but it will probably work. */ @@ -36,12 +37,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ On the ISI, the kernel resets the pc to the trap instr */ #define DECR_PC_AFTER_BREAK 0 - + /* Return number of args passed to a frame. Can return -1, meaning no way to tell. */ -extern int isi_frame_num_args PARAMS ((struct frame_info *fi)); +extern int isi_frame_num_args PARAMS ((struct frame_info * fi)); #define FRAME_NUM_ARGS(fi) (isi_frame_num_args ((fi))) /* Put here the code to store, into a struct frame_saved_regs, |