diff options
author | Daniel Jacobowitz <dan@debian.org> | 2003-07-07 15:56:08 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2003-07-07 15:56:08 +0000 |
commit | 279ba9a87eda16ae949634589826ad0d553deb7b (patch) | |
tree | 2820e76497cd3c7ec96aca4fbaa2ddcc9a2053ca /gdb/sparc-tdep.h | |
parent | c7237be5c7feb04644240b88c4618447d0288eea (diff) | |
download | gdb-279ba9a87eda16ae949634589826ad0d553deb7b.tar.gz |
* Makefile.in (sparc_tdep_h): New.
(sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
(sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
* sparc-linux-nat.c: Include "sparc-tdep.h".
* sparc-nat.c: Likewise.
* sparc-tdep.c: Likewise.
* sparc64nbsd-nat.c: Likewise.
* sparcnbsd-nat.c: Likewise.
* sparcnbsd-tdep.c: Likewise.
* sparc-tdep.h: New file.
* config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
and sparc_npc_regnum.
Diffstat (limited to 'gdb/sparc-tdep.h')
-rw-r--r-- | gdb/sparc-tdep.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/sparc-tdep.h b/gdb/sparc-tdep.h new file mode 100644 index 00000000000..7c119b407ab --- /dev/null +++ b/gdb/sparc-tdep.h @@ -0,0 +1,22 @@ +/* Target-dependent code for the SPARC for GDB, the GNU debugger. + + Copyright 2003 Free Software Foundation, Inc. + + 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 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. */ + +extern int sparc_y_regnum (void); |