summaryrefslogtreecommitdiff
path: root/gdb/PROBLEMS
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-07 23:33:19 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-07 23:33:19 +0000
commit52d2e0ea2a138fc8df3fbd08bbf7384f4881400e (patch)
treedda6c5710b21528f95368d5125b33419fa4ef023 /gdb/PROBLEMS
parent599fdc70c15ce66d76e9a33be5866f353f71cae8 (diff)
downloadgdb-52d2e0ea2a138fc8df3fbd08bbf7384f4881400e.tar.gz
PROBLEMS.
Diffstat (limited to 'gdb/PROBLEMS')
-rw-r--r--gdb/PROBLEMS45
1 files changed, 45 insertions, 0 deletions
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
new file mode 100644
index 00000000000..79bc2cf7541
--- /dev/null
+++ b/gdb/PROBLEMS
@@ -0,0 +1,45 @@
+hppa2.0-hp-hpux10.20
+
+Due to a problem (conflicting types) with libiberty/regex.c, GDB 5.1
+does not build on HP/UX 10.20 when using the HP supplied compiler.
+
+Due to bit rot, GDB 5.1 does not work on HP/UX 10.20 when built with
+GCC.
+
+
+hppa2.0w-hp-hpux11.00
+
+Due to a problem with ltconfig and long argument lines, GDB 5.1 does
+not configure on HP/UX 11.00.
+
+
+alpha-dec-osf5.1
+
+GDB 5.1 has a number of problems on this platform (Ref PR gdb/237). A
+GDB 5.1 built with ``CC="cc -DUSE_LDR_ROUTINES"'' is reported to work
+much better.
+
+
+alpha-dec-osf4.0e
+
+GDB 5.1 is known to have problems on this platform (encounters an
+internal error in the symbol table reader).
+
+
+sparcv9-sun-solaris2.8
+
+There are known problems with building GDB 5.1 using GCC 3.0.x for the
+64 bit SPARC target (bad code gen). You could try a development
+version of GCC.
+
+
+i586-sco-sysv5uw7.1.1
+
+There are known problems with GDB 5.1's thread support on this
+platform. Non-threaded programs should work.
+
+
+*-*-*
+
+GDB 5.1 assumes that the host C compiler implemends alloca(). GCC is
+one such compiler. This problem should be fixed on the trunk.