diff options
author | Stu Grossman <grossman@cygnus> | 1993-04-23 23:43:18 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-04-23 23:43:18 +0000 |
commit | 66a1aa071ea2f7868b29a6c1e81febb12c88c12c (patch) | |
tree | ea0b5d7bfeb14c4329b9bfafc466fb1b95a892ad /gdb/config/pa/xm-hppab.h | |
parent | b5728692b43217ea2babbe08a94552cb4b2ffeff (diff) | |
download | gdb-66a1aa071ea2f7868b29a6c1e81febb12c88c12c.zip gdb-66a1aa071ea2f7868b29a6c1e81febb12c88c12c.tar.gz gdb-66a1aa071ea2f7868b29a6c1e81febb12c88c12c.tar.bz2 |
* Merge in HPPA/BSD patches from Utah:
* defs.h: Add const to 2nd arg of psignal prototype.
* hppah-tdep.c: Renamed to hppa-tdep.c 'cuz it's common code with
BSD now.
* hppab-core.c: Deleted. No longer useful.
* hppab-nat.c: #include more files. Use PT_WUREGS, not
PT_WRITE_U.
* hppab-tdep.c: Deleted. Supplanted by hppa-tdep.c.
* config/pa/hppabsd.mh (NATDEPFILES): Remove hppab-core.o.
* config/pa/hppabsd.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o
* config/pa/hppahpux.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o
* config/pa/xm-hppab.h: #define SET_STACK_LIMIT_HUGE.
Diffstat (limited to 'gdb/config/pa/xm-hppab.h')
-rw-r--r-- | gdb/config/pa/xm-hppab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/pa/xm-hppab.h b/gdb/config/pa/xm-hppab.h index 22f67d7..9ecfd4f 100644 --- a/gdb/config/pa/xm-hppab.h +++ b/gdb/config/pa/xm-hppab.h @@ -40,3 +40,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ # define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ #endif /* SEEK_SET */ + +#define SET_STACK_LIMIT_HUGE |