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/NEWS | |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ *** Changes since GDB 6.1: +* Fixed build problem on IRIX 5 + +Due to header problems with <sys/proc.h>, the file gdb/proc-api.c +wasn't able to compile compile on an IRIX 5 system. + * Added execute permission to gdb/gdbserver/configure The shell script gdb/testsuite/gdb.stabs/configure lacked execute |