diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-23 07:49:05 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-23 07:49:05 +0000 |
commit | 6e8cb14ae5bbf686d99416c8f9681d10a95e0548 (patch) | |
tree | 97c3253a796d675e7ea669f35c582d7c185f9163 /gdb/TODO | |
parent | 5a327c7ac240f0d61153acf965fb9ddfbfa1fa27 (diff) | |
download | gdb-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/TODO | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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. -- |