diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 49c7210e81..c0b6866e2c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,7 @@ Fri May 12 20:38:55 2000 Andrew Cagney - * TODO: Mention weak symbol problem. + * TODO: Mention weak symbol problem. Mention UnixWare thread + problem. Fri May 12 14:12:17 2000 Andrew Cagney diff --git a/gdb/TODO b/gdb/TODO index 61840c8a3f..c331e5810a 100644 --- a/gdb/TODO +++ b/gdb/TODO @@ -181,6 +181,16 @@ Dan Nicolaescu writes: > It stops in a function that is defined as weak, not in the function > that is actualy run... +-- + +GDB5 TOT on unixware 7 +http://sourceware.cygnus.com/ml/gdb/2000-04/msg00119.html + +Robert Lipe writes: +> I just spun the top of tree of the GDB5 branch on UnixWare 7. As a +> practical matter, the current thread support is somewhat more annoying +> than when GDB was thread-unaware. + -- ------------------------------------------------