aboutsummaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-29 14:29:14 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-29 14:29:14 +0000
commitc960c18f1aed2a8666598aae23f128347a0a21c4 (patch)
treed8e68e5ba72311933f1128198a520abc42fe3df7 /gdb/acconfig.h
parent2f9636ba507e18f348cdc34f5b523dfbd94c211d (diff)
downloadgdb-c960c18f1aed2a8666598aae23f128347a0a21c4.zip
gdb-c960c18f1aed2a8666598aae23f128347a0a21c4.tar.gz
gdb-c960c18f1aed2a8666598aae23f128347a0a21c4.tar.bz2
2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Andrew Cagney <cagney@redhat.com> * configure.in (mips-sgi-irix5*): Define _KMEMUSER for <sys/proc.h>. * acconfig.h: Provide default _KMEMUSER value. * config.in, configure: Re-generate. * NEWS: Mention fix.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h
index 87560c7..02dcb70 100644
--- a/gdb/acconfig.h
+++ b/gdb/acconfig.h
@@ -165,3 +165,9 @@
/* nativefile */
#undef GDB_NM_FILE
+
+/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works
+ around a <sys/proc.h> problem on IRIX 5. */
+#ifndef _KMEMUSER
+#undef _KMEMUSER
+#endif