From 66a1aa071ea2f7868b29a6c1e81febb12c88c12c Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Fri, 23 Apr 1993 23:43:18 +0000 Subject: * 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. --- gdb/config/pa/xm-hppab.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/config/pa/xm-hppab.h') 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 -- cgit v1.1