diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-20 03:53:02 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-20 03:53:02 +0000 |
commit | e76998fa21e1ce0ae2c05143aeeda78a67423f4f (patch) | |
tree | 4623876c052ee381231a8dd24f43c69c62bf5e26 /gcc/ch | |
parent | b86e0f5c87b5623896e50f34c262e1d79eef184b (diff) | |
download | gcc-e76998fa21e1ce0ae2c05143aeeda78a67423f4f.tar.gz |
Move language-specific entries
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32071 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
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. |