From be891e75a3c8b7398883fb860405eeb2b2b5194c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 29 Sep 1992 17:43:35 +0000 Subject: Tue Sep 29 10:19:00 1992 Ian Lance Taylor (ian@cygnus.com) * xm-hp300hpux.h: define MEM_FNS_DECLARED; include for infptrace.c. config/hp300hpux.mh: ALLOCA1 was not defined. --- gdb/xm-hp300hpux.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/xm-hp300hpux.h') diff --git a/gdb/xm-hp300hpux.h b/gdb/xm-hp300hpux.h index 79bc6da..36790c5 100644 --- a/gdb/xm-hp300hpux.h +++ b/gdb/xm-hp300hpux.h @@ -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 */ +#include + #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 . */ +#undef MEM_FNS_DECLARED +#define MEM_FNS_DECLARED 1 + #define HAVE_TERMIO /* Get rid of any system-imposed stack limit if possible. */ -- cgit v1.1