mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now
that ansidecl.h assumes ANSI on AIX.
This commit is contained in:
@ -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)
|
Tue Apr 27 10:01:33 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||||
|
|
||||||
* README: Move most stuff about hacking GDB to doc/gdbint.texinfo.
|
* README: Move most stuff about hacking GDB to doc/gdbint.texinfo.
|
||||||
|
@ -70,13 +70,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define SETPGRP_ARGS 1
|
#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 */
|
/* AIX doesn't have strdup, so we need to declare it for libiberty */
|
||||||
extern char *strdup PARAMS ((char *));
|
extern char *strdup PARAMS ((char *));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user