aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-23 00:41:02 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-23 00:41:02 +0000
commit41899c04122d85b9ce11715061d03330b1d59175 (patch)
treeb6dfcd7a802cc914dee8003654665a5d6b458908 /gdb/config
parent886655446608bea8e4cf8a93bf77df06dc087312 (diff)
downloadgdb-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')
-rw-r--r--gdb/config/pa/xm-hppah.h5
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