diff options
author | Roland McGrath <roland@gnu.org> | 2004-01-29 21:54:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-01-29 21:54:54 +0000 |
commit | 932d5416742d0937a99f2610c29f05069151abf4 (patch) | |
tree | 7dd006c441e4a38695b6b0d3829aa8eebc8020e0 /gdb | |
parent | e7c61be38f95d73541f09118e4f24b7fb30550bc (diff) | |
download | gdb-932d5416742d0937a99f2610c29f05069151abf4.zip gdb-932d5416742d0937a99f2610c29f05069151abf4.tar.gz gdb-932d5416742d0937a99f2610c29f05069151abf4.tar.bz2 |
.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 52cff4b..ade8531 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2004-01-29 Roland McGrath <roland@redhat.com> + + * configure.in (NEW_PROC_API): Also match solaris2.9 for this test. + * configure: Regenerated. + + * procfs.c: Include gdb_string.h for str* decls, otherwise warnings. + * Makefile.in (procfs.o): Add dep. + 2004-01-28 Andrew Cagney <cagney@redhat.com> * tui/tui-stack.h: Update copyright. @@ -29,7 +37,7 @@ * dwarf2read.c (read_func_scope): Re-indent comment. 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com> - + * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and b->exp to NULL after freeing so that error during re-parsing or evaluation of expressions associated with breakpoint don't |