diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9dcb970f537..7ac996639bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,12 +3,6 @@ Thu Nov 11 18:54:24 1999 Jeffrey A Law (law@cygnus.com) * global.c (global_conflicts): Update comments. (record_conflicts): No need to record conflicts between pseudos here. -Thu Nov 11 12:42:11 MST 1999 Diego Novillo - - * gcc/cp/init.c (init_init_processing): Header information for - arrays allocated via `new' should have the same alignment used by - malloc. - 1999-11-11 Bruce Korb * fixinc/fixincl.c: Added verbose levels for status messages diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c50a175b6f3..9799a55643d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 11 12:42:11 MST 1999 Diego Novillo + + * init.c (init_init_processing): Header information for + arrays allocated via `new' should have the same alignment used by + malloc. + 1999-11-10 Mark Mitchell * error.c (dump_function_name): Don't crash if given a friend