diff options
author | Diego Novillo <dnovillo@gcc.gnu.org> | 1999-11-11 21:03:47 -0500 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 1999-11-11 21:03:47 -0500 |
commit | 35908e55886597894ddf26cf656546f718f5a5c5 (patch) | |
tree | 325e28d938dd2d012968aff2a7e9153883be062c /gcc | |
parent | bdc24974c8360fee22470bdf4f6bc78e44418562 (diff) | |
download | gcc-35908e55886597894ddf26cf656546f718f5a5c5.zip gcc-35908e55886597894ddf26cf656546f718f5a5c5.tar.gz gcc-35908e55886597894ddf26cf656546f718f5a5c5.tar.bz2 |
Moved ChangeLog entry to its proper place.
From-SVN: r30493
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9dcb970..7ac9966 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 <dnovillo@cygnus.com> - - * 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 <autogen@linuxbox.com> * fixinc/fixincl.c: Added verbose levels for status messages diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c50a175..9799a55 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 11 12:42:11 MST 1999 Diego Novillo <dnovillo@cygnus.com> + + * 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 <mark@codesourcery.com> * error.c (dump_function_name): Don't crash if given a friend |