summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-20 03:53:02 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-20 03:53:02 +0000
commite76998fa21e1ce0ae2c05143aeeda78a67423f4f (patch)
tree4623876c052ee381231a8dd24f43c69c62bf5e26
parentb86e0f5c87b5623896e50f34c262e1d79eef184b (diff)
downloadgcc-e76998fa21e1ce0ae2c05143aeeda78a67423f4f.tar.gz
Move language-specific entries
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32071 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog27
-rw-r--r--gcc/ch/ChangeLog9
-rw-r--r--gcc/cp/ChangeLog22
-rw-r--r--gcc/f/ChangeLog8
-rw-r--r--gcc/java/ChangeLog9
5 files changed, 48 insertions, 27 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 76b64cbb45d..7e389d9fe1c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog
index 896b7c64575..e8501c9fd3b 100644
--- a/gcc/ch/ChangeLog
+++ b/gcc/ch/ChangeLog
@@ -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.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 031a77fdefc..679bc19d94f 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index ebb43361b26..f91cbe784ab 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -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.
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 450b4817e80..3bef1226044 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -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