Tue Sep 29 10:19:00 1992 Ian Lance Taylor (ian@cygnus.com)
authorIan Lance Taylor <ian@airs.com>
Tue, 29 Sep 1992 17:43:35 +0000 (17:43 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 29 Sep 1992 17:43:35 +0000 (17:43 +0000)
* xm-hp300hpux.h: define MEM_FNS_DECLARED; include <sys/ptrace.h>
for infptrace.c.
config/hp300hpux.mh: ALLOCA1 was not defined.

gdb/ChangeLog
gdb/config/hp300hpux.mh
gdb/xm-hp300hpux.h

index 31651c4aa012db14a248f1bdaddea3b9ef1010da..fd1f3f98f8450281f4885dd72696876ee723981b 100644 (file)
@@ -1,3 +1,9 @@
+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,
index 7ac8e7b76cb0f88f6694eb44af01fa435c0822d6..395e4b87ba6053927305334c495e2c7ec4aff22b 100644 (file)
@@ -13,3 +13,4 @@ SYSV_DEFINE=-DSYSV
 REGEX=regex.o
 REGEX1=regex.o
 ALLOCA=alloca.o
+ALLOCA1=alloca.o
index 79bc6daf7b02cc06d04040a7fc53933837719e4a..36790c56bafc423ca898cbed2bd8e3ada7833b52 100644 (file)
@@ -17,6 +17,9 @@ 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.  */
 
+/* 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.  */
@@ -41,6 +44,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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.  */