aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2016-10-31 16:24:04 +0000
committerMaciej W. Rozycki <macro@imgtec.com>2016-10-31 17:06:24 +0000
commitc50730217d606814cda69a2bb6975730c0f1ee63 (patch)
tree53f16a2d3a0e0d4b95b082d4a27247ec8c193923 /gdb/config.in
parent7e3d947dd6ae45d71aa175b96fbd42a51e93b3f8 (diff)
Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround
Complement commit 3831839c089c ("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.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 9c841bacb5..3f8a72326b 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -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