diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-10-31 16:24:04 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-10-31 17:06:24 +0000 |
commit | c50730217d606814cda69a2bb6975730c0f1ee63 (patch) | |
tree | 53f16a2d3a0e0d4b95b082d4a27247ec8c193923 /gdb/config.in | |
parent | 7e3d947dd6ae45d71aa175b96fbd42a51e93b3f8 (diff) | |
download | gdb-c50730217d606814cda69a2bb6975730c0f1ee63.zip gdb-c50730217d606814cda69a2bb6975730c0f1ee63.tar.gz gdb-c50730217d606814cda69a2bb6975730c0f1ee63.tar.bz2 |
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.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config.in b/gdb/config.in index 9c841ba..3f8a723 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 |