diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-23 00:41:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-23 00:41:02 +0000 |
commit | 41899c04122d85b9ce11715061d03330b1d59175 (patch) | |
tree | b6dfcd7a802cc914dee8003654665a5d6b458908 /gdb/config/pa/xm-hppah.h | |
parent | 886655446608bea8e4cf8a93bf77df06dc087312 (diff) | |
download | gdb-41899c04122d85b9ce11715061d03330b1d59175.zip gdb-41899c04122d85b9ce11715061d03330b1d59175.tar.gz gdb-41899c04122d85b9ce11715061d03330b1d59175.tar.bz2 |
* config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
compiles using an ISO-C compiler.
(MALLOC_INCOMPATIBLE): Ditto.
* linespec.c (decode_line_1): Delete hack to work around
HPPA_COMPILER_BUG.
Diffstat (limited to 'gdb/config/pa/xm-hppah.h')
-rw-r--r-- | gdb/config/pa/xm-hppah.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/pa/xm-hppah.h b/gdb/config/pa/xm-hppah.h index 497d2a7..796b17a 100644 --- a/gdb/config/pa/xm-hppah.h +++ b/gdb/config/pa/xm-hppah.h @@ -29,11 +29,6 @@ #define USG -#ifndef __STDC__ -/* This define is discussed in decode_line_1 in symtab.c */ -#define HPPA_COMPILER_BUG -#endif - #define HAVE_TERMIOS /* HP defines malloc and realloc as returning void *, even for non-ANSI |