From 609e1c577b992b09f4b823d8918f375b08b99463 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Wed, 28 Apr 1993 13:42:43 +0000 Subject: [PATCH] * config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now that ansidecl.h assumes ANSI on AIX. --- gdb/ChangeLog | 5 +++++ gdb/config/rs6000/xm-rs6000.h | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7a663788534..be79d7d0e28 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com) + + * config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now + that ansidecl.h assumes ANSI on AIX. + Tue Apr 27 10:01:33 1993 Jim Kingdon (kingdon@cygnus.com) * README: Move most stuff about hacking GDB to doc/gdbint.texinfo. diff --git a/gdb/config/rs6000/xm-rs6000.h b/gdb/config/rs6000/xm-rs6000.h index 6a9b8c1defb..718b10a845d 100644 --- a/gdb/config/rs6000/xm-rs6000.h +++ b/gdb/config/rs6000/xm-rs6000.h @@ -70,13 +70,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define SETPGRP_ARGS 1 -/* /usr/include/stdlib.h always uses void* and void, - even when __STDC__ isn't defined. */ -#define MALLOC_INCOMPATIBLE -extern void *malloc PARAMS ((size_t size)); -extern void *realloc PARAMS ((void *ptr, size_t size)); -extern void free PARAMS ((void *)); - /* AIX doesn't have strdup, so we need to declare it for libiberty */ extern char *strdup PARAMS ((char *)); -- 2.30.2