Move language-specific entries
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 20 Feb 2000 03:53:02 +0000 (22:53 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 20 Feb 2000 03:53:02 +0000 (22:53 -0500)
From-SVN: r32071

gcc/ChangeLog
gcc/ch/ChangeLog
gcc/cp/ChangeLog
gcc/f/ChangeLog
gcc/java/ChangeLog

index 76b64cbb45d71a931d27e1bfc3714b59ae4ce9ca..7e389d9fe1ce3ea597d62e484ea69eb3fe370037 100644 (file)
@@ -30,28 +30,6 @@ Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
        (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  <ghazi@caip.rutgers.edu>
 
 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  <rth@cygnus.com>
 
index 896b7c645754c2c85ec8dc7313744048ff6e3509..e8501c9fd3b944b3b22dce6c9c6c80c30b05dfe3 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * decl.c (layout_enum): Set DECL_SIZE_UNIT.     
+       * satisfy.c (safe_satisfy_decl): Likewise.
+
 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
 
        * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
@@ -117,6 +122,10 @@ Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
        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  <brolley@cygnus.com>
 
        * parse.h: Undefine DELAY if it's defined.
index 031a77fdefcf45481aa489b255bd7e360acef911..679bc19d94f408d5725b2cd33d33451f9fc51ad7 100644 (file)
@@ -1,3 +1,19 @@
+Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * 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  <mark@codesourcery.com>
 
        * class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in
@@ -479,7 +495,7 @@ Thu Jan 27 13:54:12 2000  Mike Stump  <mrs@wrs.com>
 
        * pt.c (unify): Use fold, not maybe_fold_nontype_arg.
 
-Wed Jan 26 22:19:14 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
+Wed Jan 26 22:19:14 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * 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  <bernds@cygnus.co.uk>
        * 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  <mark@codesourcery.com>
 
        * cp-tree.h (lang_decl_flags): Remove permanent_attr.
index ebb43361b26c7d472e54f17b2afaf9e28e16fd9f..f91cbe784abddd7ad2a438bf08dc571072f7b470 100644 (file)
@@ -1,3 +1,11 @@
+Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * 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  <loewis@informatik.hu-berlin.de>
 
        * g77spec.c (lang_specific_driver): Use GCCBUGURL.
index 450b4817e803b04718bbd1f5e3672978e02aef1e..3bef122604443afbf09fb6b9395dd8041a54e900 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * class.c (build_class_ref, push_super_field): Set DECL_SIZE_UNIT.
+       * constants.c (build_constants_constructor): Likewise.
+
 2000-02-19  Anthony Green  <green@cygnus.com>
 
        * 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  <apbianco@cygnus.com>
        * 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  <tromey@cygnus.com>
 
        * gjavah.c (add_class_decl): Generate include for gcj/array.h, not