diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-07-07 20:19:36 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-07-07 20:19:36 +0000 |
commit | c5aa993b1f4add48fbdc6cc3117059f616e49875 (patch) | |
tree | c809d06515a34428cc8df5f758fbc1b6117d4c30 /gdb/config/i386/tm-symmetry.h | |
parent | 3a4b77d8bee950afce6f9702aa65dc0e60817a82 (diff) | |
download | gdb-c5aa993b1f4add48fbdc6cc3117059f616e49875.zip gdb-c5aa993b1f4add48fbdc6cc3117059f616e49875.tar.gz gdb-c5aa993b1f4add48fbdc6cc3117059f616e49875.tar.bz2 |
import gdb-1999-07-07 post reformat
Diffstat (limited to 'gdb/config/i386/tm-symmetry.h')
-rw-r--r-- | gdb/config/i386/tm-symmetry.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/gdb/config/i386/tm-symmetry.h b/gdb/config/i386/tm-symmetry.h index 11931d4..4cd9987 100644 --- a/gdb/config/i386/tm-symmetry.h +++ b/gdb/config/i386/tm-symmetry.h @@ -4,21 +4,22 @@ Free Software Foundation, Inc. Symmetry version by Jay Vosburgh (fubar@sequent.com). -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. */ #ifndef TM_SYMMETRY_H #define TM_SYMMETRY_H 1 @@ -40,7 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #if 0 /* --- this code can't be used unless we know we are running native, - since it uses host specific ptrace calls. */ + since it uses host specific ptrace calls. */ /* code for 80387 fpu. Functions are from i386-dep.c, copied into * symm-dep.c. */ @@ -101,16 +102,16 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Get %fp2 - %fp31 by addition, since they are contiguous */ #undef SP_REGNUM -#define SP_REGNUM 14 /* (usp) Contains address of top of stack */ +#define SP_REGNUM 14 /* (usp) Contains address of top of stack */ #define ESP_REGNUM 14 #undef FP_REGNUM -#define FP_REGNUM 15 /* (ebp) Contains address of executing stack frame */ +#define FP_REGNUM 15 /* (ebp) Contains address of executing stack frame */ #define EBP_REGNUM 15 #undef PC_REGNUM -#define PC_REGNUM 16 /* (eip) Contains program counter */ +#define PC_REGNUM 16 /* (eip) Contains program counter */ #define EIP_REGNUM 16 #undef PS_REGNUM -#define PS_REGNUM 17 /* (ps) Contains processor status */ +#define PS_REGNUM 17 /* (ps) Contains processor status */ #define EFLAGS_REGNUM 17 /* @@ -317,5 +318,4 @@ switch (regno) { \ /* Offset to saved PC in sigcontext, from <signal.h>. */ #define SIGCONTEXT_PC_OFFSET 16 -#endif /* ifndef TM_SYMMETRY_H */ - +#endif /* ifndef TM_SYMMETRY_H */ |