diff options
| author | Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | 2001-09-22 13:14:40 +0000 |
|---|---|---|
| committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-09-22 09:14:40 -0400 |
| commit | bb9f8221b43c3a500198fa3a504fa11f5f807988 (patch) | |
| tree | 00bc4e0b093a48235bf0c46b6102755bcd06cba0 /gcc/ch | |
| parent | ab6e6969342d2aa3a7e59eb092767e80bd7852a4 (diff) | |
| download | gcc-bb9f8221b43c3a500198fa3a504fa11f5f807988.zip gcc-bb9f8221b43c3a500198fa3a504fa11f5f807988.tar.gz gcc-bb9f8221b43c3a500198fa3a504fa11f5f807988.tar.bz2 | |
attribs.c: New file, from c-common.c.
* attribs.c: New file, from c-common.c.
(attribute_tables): Now four elements.
(format_attribute_table, lang_attribute_common): New variables.
(init_attributes): Reflect above changes.
(handle_mode_attribute): Delete check for wider than uintmax.
* c-common.c: Delete parts moved to attribs.c.
(enum attrs): Deleted; unused.
(c_format_attribute_table): New variable.
(c_common_lang_init): Initialize format_attribute_table with it.
* c-common.h (decl_attributes): Remove decl.
* tree.h (decl_attribute): Move it to here.
* Makefile.in (C_AND_OBJS_OBJS): Add attribs.o.
(attribs.o): New rule.
* ch/Make-lang.in (cc1chill): Add attribs.o.
* cp/Make-lang.in (CXX_C_OBJS): Add attribs.o.
From-SVN: r45749
Diffstat (limited to 'gcc/ch')
| -rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/ch/Make-lang.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index e9f1939..d28d868 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 22 09:15:08 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> + + * Make-lang.in (cc1chill): Add attribs.o. + 2001-08-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * tree.c (TYPE_HASH): Moved to ../tree.h. diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in index 27b36b82..87965ab 100644 --- a/gcc/ch/Make-lang.in +++ b/gcc/ch/Make-lang.in @@ -95,7 +95,7 @@ chill-cross: $(srcdir)/ch/chill.in cc1chill$(exeext): $(P) $(CHILL_SRCS) $(LIBDEPS) $(BACKEND) \ insn-config.h insn-flags.h insn-attr.h insn-codes.h \ - c-typeck.o c-aux-info.o c-common.o \ + attribs.o c-typeck.o c-aux-info.o c-common.o \ ggc-callbacks.o cd ch; $(MAKE) $(LANG_FLAGS_TO_PASS) $(CHILL_FLAGS_TO_PASS) ../cc1chill$(exeext) |
