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.
This commit is contained in:
Andrew Cagney
2004-04-29 14:29:14 +00:00
parent 2f9636ba50
commit c960c18f1a
6 changed files with 176 additions and 139 deletions

View File

@@ -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