diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-28 23:21:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-28 23:21:43 +0000 |
commit | 2e94c4530460ddbbe83590c7ea01e1128e36c126 (patch) | |
tree | 48ec9fb48125092aa4b159dc61ab1926742e7695 /gdb/config | |
parent | 93d56215df715181dba7f5275de9863f28a6c941 (diff) | |
download | gdb-2e94c4530460ddbbe83590c7ea01e1128e36c126.zip gdb-2e94c4530460ddbbe83590c7ea01e1128e36c126.tar.gz gdb-2e94c4530460ddbbe83590c7ea01e1128e36c126.tar.bz2 |
* config/pa/xm-hppah.h (malloc): Really delete declaration
(MALLOC_INCOMPATIBLE): Really delete macro.
* cli/cli-cmds.c (apropos_command): Use xcalloc.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/xm-hppah.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/pa/xm-hppah.h b/gdb/config/pa/xm-hppah.h index 796b17a..bb21218 100644 --- a/gdb/config/pa/xm-hppah.h +++ b/gdb/config/pa/xm-hppah.h @@ -30,10 +30,3 @@ #define USG #define HAVE_TERMIOS - -/* HP defines malloc and realloc as returning void *, even for non-ANSI - compilations (such as with the native compiler). */ - -#define MALLOC_INCOMPATIBLE - -extern void *malloc (size_t); |