diff --git a/ChangeLog b/ChangeLog index 4003b8e648f..5ef5966b11d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-08-07 Gerd Moellmann + + * Makefile.in (config.status): Prepend `$(srcdir)/' to + `configure'. + 2000-08-03 Gerd Moellmann * configure.in: Add support for ia64*-*-linux*. diff --git a/src/ChangeLog b/src/ChangeLog index 46e0bddf112..d0623ccc0b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2000-08-07 Gerd Moellmann + * fns.c (sweep_weak_table): Fix survival conditions for + key-or-value and key-and-value weakness. + + * .gdbinit (xhashtable): New command. + * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked tables out of the list of all weak hash tables.