diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-11-11 18:34:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-11-11 18:34:46 +0000 |
commit | 5b582da3d4632d366d9753171eb791c445ccbb92 (patch) | |
tree | 76e92a02c16ceaed884d98cd51fe06aef7165840 /gdb | |
parent | b18c45ede9baf61a2db0857850df5df0fa84c4ca (diff) | |
download | gdb-5b582da3d4632d366d9753171eb791c445ccbb92.zip gdb-5b582da3d4632d366d9753171eb791c445ccbb92.tar.gz gdb-5b582da3d4632d366d9753171eb791c445ccbb92.tar.bz2 |
* README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES.
(sparcv9-sun-solars2.8): Mention problem with 64 bit GCC 3.0.x.
(i586-sco-sysv5uw7.1.1): Mention problem with threads.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/README | 18 |
2 files changed, 21 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d766ee2..4d1d19a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2001-11-11 Andrew Cagney <ac131313@redhat.com> + * README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES. + (sparcv9-sun-solars2.8): Mention problem with 64 bit GCC 3.0.x. + (i586-sco-sysv5uw7.1.1): Mention problem with threads. + +2001-11-11 Andrew Cagney <ac131313@redhat.com> + From Mark Kettenis <kettenis@gnu.org>: * breakpoint.c (breakpoint_re_set_one): Don't discard SHLIB breakpoints when they fail. @@ -1,5 +1,5 @@ README for gdb-5.1 release - Updated 20 October 2001 by Andrew Cagney + Updated 11 November 2001 by Andrew Cagney This is GDB, the GNU source-level debugger. A summary of new features is in the file `NEWS'. @@ -447,8 +447,20 @@ configure on HP/UX 11.00. alpha-dec-osf5.1 -Due to a problem in GDB's symbol table reader, GDB builds but does not -run on this platform. See gdb/237. +GDB has a number of problems on this platform (Ref PR gdb/237). A GDB +built with ``CC="cc -DUSE_LDR_ROUTINES"'' is reported to be more +reliable. + + +sparcv9-sun-solaris2.8 + +There are known problems with 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's thread support on this platform. Remote debugging |