From e76998fa21e1ce0ae2c05143aeeda78a67423f4f Mon Sep 17 00:00:00 2001 From: kenner Date: Sun, 20 Feb 2000 03:53:02 +0000 Subject: [PATCH] Move language-specific entries git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32071 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 27 +-------------------------- gcc/ch/ChangeLog | 9 +++++++++ gcc/cp/ChangeLog | 22 +++++++++++++++++++++- gcc/f/ChangeLog | 8 ++++++++ gcc/java/ChangeLog | 9 +++++++++ 5 files changed, 48 insertions(+), 27 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 76b64cb..7e389d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -30,28 +30,6 @@ Sat Feb 19 18:43:13 2000 Richard Kenner (size_int_2): Deleted. (size_int, bitsize_int): Don't use it and rework args. * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT. - * ch/decl.c (layout_enum): Set DECL_SIZE_UNIT. - * ch/satisfy.c (safe_satisfy_decl): Likewise. - * cp/class.c (build_primary_vtable, layout_vtable_decl): Likewise. - (avoid_overlap, build_base_field): Likewise. - (build_base_field, build_base_fields, is_empty_class): - Test DECL_SIZE with integer_zero. - (layout_class_type): Set CLASSTYPE_SIZE_UNIT. - * cp/cp-tree.h (struct lang_type): New field size_unit. - (CLASSTYPE_SIZE_UNIT): New macro. - * cp/decl.c (init_decl_processing): Set DECL_SIZE_UNIT. - (cp_finish_decl): Delete -Wlarger-than processing. - * cp/optimize.c (remap_decl): Walk DECL_SIZE_UNIT. - * cp/pt.c (tsubst_decl): Set DECL_SIZE_UNIT. - * cp/tree.c (make_binfo): binfo vector is one entry longer. - (walk_tree): Walk DECL_SIZE_UNIT. - * f/com.c (ffecom_sym_transform): Use DECL_SIZE_UNIT. - (ffecom_transform_common_, ffecom_transform_equiv_): Likewise. - (duplicate_decls): Likewise. - (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int. - (finish_decl): Delete -Wlarger-than processing. - * java/class.c (build_class_ref, push_super_field): Set DECL_SIZE_UNIT. - * java/constants.c (build_constants_constructor): Likewise. Fri Feb 18 20:01:58 2000 Jeffrey A Law (law@cygnus.com) @@ -12418,11 +12396,8 @@ Wed Sep 8 11:40:47 1999 Kaveh R. Ghazi 1999-09-08 Bruce Korb autogen@linuxbox.com - * gcc/ch/Makefile.in: Give the hapless gperf user a hint about + * Makefile.in: Give the hapless gperf user a hint about why "gperf -F" fails. - * gcc/cp/Makefile.in: ditto - * gcc/Makefile.in: ditto - * gcc/java/Makefile.in: ditto Wed Sep 8 04:43:22 1999 Richard Henderson diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 896b7c6..e8501c9 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 19 18:43:13 2000 Richard Kenner + + * decl.c (layout_enum): Set DECL_SIZE_UNIT. + * satisfy.c (safe_satisfy_decl): Likewise. + 2000-02-15 Jonathan Larmour * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec. @@ -117,6 +122,10 @@ Fri Sep 10 10:32:32 1999 Bernd Schmidt build_common_tree_nodes_2 instead of building their nodes here. Use set_sizetype instead of assigning sizetype. +1999-09-08 Bruce Korb autogen@linuxbox.com + + * Makefile.in: Give the gperf user a hint about why "gperf -F" fails. + Tue Sep 7 15:59:56 1999 Dave Brolley * parse.h: Undefine DELAY if it's defined. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 031a77f..679bc19 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,19 @@ +Sat Feb 19 18:43:13 2000 Richard Kenner + + * class.c (build_primary_vtable, layout_vtable_decl): Likewise. + (avoid_overlap, build_base_field): Likewise. + (build_base_field, build_base_fields, is_empty_class): + Test DECL_SIZE with integer_zero. + (layout_class_type): Set CLASSTYPE_SIZE_UNIT. + * cp-tree.h (struct lang_type): New field size_unit. + (CLASSTYPE_SIZE_UNIT): New macro. + * decl.c (init_decl_processing): Set DECL_SIZE_UNIT. + (cp_finish_decl): Delete -Wlarger-than processing. + * optimize.c (remap_decl): Walk DECL_SIZE_UNIT. + * pt.c (tsubst_decl): Set DECL_SIZE_UNIT. + * tree.c (make_binfo): binfo vector is one entry longer. + (walk_tree): Walk DECL_SIZE_UNIT. + 2000-02-19 Mark Mitchell * class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in @@ -479,7 +495,7 @@ Thu Jan 27 13:54:12 2000 Mike Stump * pt.c (unify): Use fold, not maybe_fold_nontype_arg. -Wed Jan 26 22:19:14 1999 J"orn Rennecke +Wed Jan 26 22:19:14 2000 J"orn Rennecke * cp/optimize.c (calls_setjmp_r): Supply new argument to special_function_p. @@ -3695,6 +3711,10 @@ Fri Sep 10 10:32:32 1999 Bernd Schmidt * parse.c: Regenerated. * tree.c (build_srcloc): Simplify. +1999-09-08 Bruce Korb autogen@linuxbox.com + + * Makefile.in: Give the gperf user a hint about why "gperf -F" fails. + 1999-09-08 Mark Mitchell * cp-tree.h (lang_decl_flags): Remove permanent_attr. diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index ebb4336..f91cbe7 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,11 @@ +Sat Feb 19 18:43:13 2000 Richard Kenner + + * com.c (ffecom_sym_transform): Use DECL_SIZE_UNIT. + (ffecom_transform_common_, ffecom_transform_equiv_): Likewise. + (duplicate_decls): Likewise. + (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int. + (finish_decl): Delete -Wlarger-than processing. + Fri Feb 18 13:19:34 2000 Martin von Loewis * g77spec.c (lang_specific_driver): Use GCCBUGURL. diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 450b481..3bef122 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 19 18:43:13 2000 Richard Kenner + + * class.c (build_class_ref, push_super_field): Set DECL_SIZE_UNIT. + * constants.c (build_constants_constructor): Likewise. + 2000-02-19 Anthony Green * jcf-depend.c (add_entry): Add entries to the end of the list. @@ -792,6 +797,10 @@ Thu Sep 9 17:33:28 1999 Alexandre Petit-Bianco * class.c (finish_class): We're now outside a valid method declaration. Tell the rest of gcc so. +1999-09-08 Bruce Korb autogen@linuxbox.com + + * Makefile.in: Give the gperf user a hint about why "gperf -F" fails. + 1999-09-07 Tom Tromey * gjavah.c (add_class_decl): Generate include for gcj/array.h, not -- 2.7.4