From c5aa993b1f4add48fbdc6cc3117059f616e49875 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Wed, 7 Jul 1999 20:19:36 +0000 Subject: import gdb-1999-07-07 post reformat --- gdb/dpx2-nat.c | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'gdb/dpx2-nat.c') diff --git a/gdb/dpx2-nat.c b/gdb/dpx2-nat.c index 21dc1357174..d039a137552 100644 --- a/gdb/dpx2-nat.c +++ b/gdb/dpx2-nat.c @@ -1,21 +1,22 @@ /* DPX2 host interface. Copyright (C) 1988, 1989, 1991 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. */ #include "defs.h" #include "gdbcore.h" @@ -28,11 +29,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include #include - + /* this table must line up with REGISTER_NAMES in tm-68k.h */ /* symbols like 'A0' come from */ -static int regmap[] = +static int regmap[] = { R0, R1, R2, R3, R4, R5, R6, R7, A0, A1, A2, A3, A4, A5, A6, SP, @@ -53,7 +54,7 @@ dpx2_register_u_addr (blockend, regnum) if (regnum < FP0_REGNUM) return (blockend + 4 * regmap[regnum]); else - return (int) &(((struct user *)0)->u_fpstate[regmap[regnum]]); + return (int) &(((struct user *) 0)->u_fpstate[regmap[regnum]]); } /* This is the amount to subtract from u.u_ar0 -- cgit v1.2.1