aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-i386v.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-02-21 01:31:56 +0000
committerJohn Gilmore <gnu@cygnus>1992-02-21 01:31:56 +0000
commit75af490bd2b263be24c7e3545f3afba862df7819 (patch)
treebf2df30b74edf8d4a7224de594cb5a08d4611b2f /gdb/xm-i386v.h
parent088c3a0b74c7431d31ec5d095f4e68bdd2d90c0b (diff)
downloadgdb-75af490bd2b263be24c7e3545f3afba862df7819.zip
gdb-75af490bd2b263be24c7e3545f3afba862df7819.tar.gz
gdb-75af490bd2b263be24c7e3545f3afba862df7819.tar.bz2
* environ.h, expression.h, frame.h, gdbcmd.h, gdbcore.h,
inferior.h, language.h, signame.h, target.h, terminal.h, tm-68k.h, tm-i386v.h, tm-sparc.h, tm-sun386.h, tm-symmetry.h, xm-i386v.h, xm-sparc.h: Prototypes for all external functions. Lint.
Diffstat (limited to 'gdb/xm-i386v.h')
-rw-r--r--gdb/xm-i386v.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/gdb/xm-i386v.h b/gdb/xm-i386v.h
index 2fca953..8662616 100644
--- a/gdb/xm-i386v.h
+++ b/gdb/xm-i386v.h
@@ -1,5 +1,6 @@
/* Macro defintions for i386.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+ Copyright 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+ Changes for 80386 by Pace Willisson (pace@prep.ai.mit.edu), July 1988.
This file is part of GDB.
@@ -17,11 +18,6 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. */
-/*
- * Changes for 80386 by Pace Willisson (pace@prep.ai.mit.edu)
- * July 1988
- */
-
#define HOST_BYTE_ORDER LITTLE_ENDIAN
/* I'm running gdb 3.4 under 386/ix 2.0.2, which is a derivative of AT&T's
@@ -42,10 +38,6 @@ on those where it does, it occurs quite reliably. */
#define HAVE_TERMIO
-/* Get rid of any system-imposed stack limit if possible. */
-
-/* #define SET_STACK_LIMIT_HUGE not in sys5 */
-
/* This is the amount to subtract from u.u_ar0
to get the offset in the core file of the register values. */
@@ -53,3 +45,6 @@ on those where it does, it occurs quite reliably. */
#define REGISTER_U_ADDR(addr, blockend, regno) \
(addr) = i386_register_u_addr ((blockend),(regno));
+
+extern int
+i386_register_u_addr PARAMS ((int, int));