diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-29 14:29:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-29 14:29:14 +0000 |
commit | c960c18f1aed2a8666598aae23f128347a0a21c4 (patch) | |
tree | d8e68e5ba72311933f1128198a520abc42fe3df7 /gdb/config.in | |
parent | 2f9636ba507e18f348cdc34f5b523dfbd94c211d (diff) | |
download | gdb-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/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index a1c2b0f..17d8cda 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -173,6 +173,12 @@ /* 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 + /* Define if you have the __argz_count function. */ #undef HAVE___ARGZ_COUNT |