aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-23 07:49:05 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-23 07:49:05 +0000
commit6e8cb14ae5bbf686d99416c8f9681d10a95e0548 (patch)
tree97c3253a796d675e7ea669f35c582d7c185f9163 /gdb/TODO
parent5a327c7ac240f0d61153acf965fb9ddfbfa1fa27 (diff)
downloadgdb-6e8cb14ae5bbf686d99416c8f9681d10a95e0548.zip
gdb-6e8cb14ae5bbf686d99416c8f9681d10a95e0548.tar.gz
gdb-6e8cb14ae5bbf686d99416c8f9681d10a95e0548.tar.bz2
IRIX GCC fixes from 5.0 branch.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO12
1 files changed, 4 insertions, 8 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 6eefc00..f9205f3 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -15,16 +15,12 @@ release.
--
-GDB doesn't build under IRIX6.4
+GDB requires GCC to build under IRIX
-Benjamin Gamsa wrote:
+IRIX, being more pedantic than GCC reports as errors certain
+assignments that GCC treats as warnings.
-Has anyone successfully built the latest (from cvs) gdb on IRIX6.4 or
-later? The first problem I hit is that proc-api.c includes
-sys/user.h, which no longer exists under IRIX6.4. If I comment out
-that include, the next problem I hit is that PIOCGETPR and PIOCGETU
-are no longer defined in IRIX6.4 (presumably related to the
-disappearance of user.h).
+This can be worked around by building GDB with the GCC compiler.
--