aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-04-23 23:43:18 +0000
committerStu Grossman <grossman@cygnus>1993-04-23 23:43:18 +0000
commit66a1aa071ea2f7868b29a6c1e81febb12c88c12c (patch)
treeea0b5d7bfeb14c4329b9bfafc466fb1b95a892ad /gdb/config/pa
parentb5728692b43217ea2babbe08a94552cb4b2ffeff (diff)
downloadgdb-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')
-rw-r--r--gdb/config/pa/hppabsd.mh2
-rw-r--r--gdb/config/pa/hppabsd.mt2
-rw-r--r--gdb/config/pa/xm-hppab.h2
3 files changed, 4 insertions, 2 deletions
diff --git a/gdb/config/pa/hppabsd.mh b/gdb/config/pa/hppabsd.mh
index 2efde1a..2e5b76a 100644
--- a/gdb/config/pa/hppabsd.mh
+++ b/gdb/config/pa/hppabsd.mh
@@ -2,4 +2,4 @@
XDEPFILES=
XM_FILE= xm-hppab.h
NAT_FILE= nm-hppab.h
-NATDEPFILES= hppab-nat.o coredep.o corelow.o exec.o hppab-core.o
+NATDEPFILES= hppab-nat.o coredep.o corelow.o exec.o
diff --git a/gdb/config/pa/hppabsd.mt b/gdb/config/pa/hppabsd.mt
index 1260ab7..14fae96 100644
--- a/gdb/config/pa/hppabsd.mt
+++ b/gdb/config/pa/hppabsd.mt
@@ -1,4 +1,4 @@
# TARGET: HP PA-RISC running bsd
-TDEPFILES= hppa-pinsn.o hppab-tdep.o
+TDEPFILES= hppa-pinsn.o hppa-tdep.o
TM_FILE= tm-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