+Tue Sep 29 10:19:00 1992 Ian Lance Taylor (ian@cygnus.com)
+
+ * xm-hp300hpux.h: define MEM_FNS_DECLARED; include <sys/ptrace.h>
+ for infptrace.c.
+ config/hp300hpux.mh: ALLOCA1 was not defined.
+
Mon Sep 28 22:03:41 1992 Stu Grossman (grossman at cygnus.com)
* breakpoint.c, exec.c, language.c, main.c, printcmd.c, symfile.c,
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+/* HP/UX is USG, but it does have <ptrace.h> */
+#include <sys/ptrace.h>
+
#define HOST_BYTE_ORDER BIG_ENDIAN
/* Define this to indicate problems with traps after continuing. */
#undef USG /* In case it was defined in the Makefile for cplus-dem.c */
#define USG
+/* The mem functions are in <string.h>. */
+#undef MEM_FNS_DECLARED
+#define MEM_FNS_DECLARED 1
+
#define HAVE_TERMIO
/* Get rid of any system-imposed stack limit if possible. */