Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround

Complement commit 3831839c08 ("Delete IRIX support") and remove the
IRIX 5 <sys/proc.h> _KMEMUSER workaround from the `configure' script, as
IRIX is no longer a supported host configuration.

	gdb/
	* configure.ac <mips-sgi-irix5*>: Remove <sys/proc.h> _KMEMUSER
	workaround.
	* configure: Regenerate.
	* config.in: Regenerate.
This commit is contained in:
Maciej W. Rozycki 2016-10-31 16:24:04 +00:00
parent 7e3d947dd6
commit c50730217d
4 changed files with 7 additions and 16 deletions

View File

@ -1,3 +1,10 @@
2016-10-31 Maciej W. Rozycki <macro@imgtec.com>
* configure.ac <mips-sgi-irix5*>: Remove <sys/proc.h> _KMEMUSER
workaround.
* configure: Regenerate.
* config.in: Regenerate.
2016-10-31 Maciej W. Rozycki <macro@imgtec.com>
* mips-tdep.c (mips_r3041_reg_names): Remove.

View File

@ -795,10 +795,6 @@
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
<sys/proc.h> problem on IRIX 5. */
#undef _KMEMUSER
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

6
gdb/configure vendored
View File

@ -13906,12 +13906,6 @@ $as_echo "#define NEW_PROC_API 1" >>confdefs.h
$as_echo "#define NEW_PROC_API 1" >>confdefs.h
;;
mips-sgi-irix5*)
# Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
$as_echo "#define _KMEMUSER 1" >>confdefs.h
;;
esac
fi

View File

@ -1545,12 +1545,6 @@ if test "${target}" = "${host}"; then
AC_DEFINE(NEW_PROC_API, 1,
[Define if you want to use new multi-fd /proc interface.])
;;
mips-sgi-irix5*)
# Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5.
AC_DEFINE([_KMEMUSER], 1,
[Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works
around a <sys/proc.h> problem on IRIX 5.])
;;
esac
fi