]> gcc.gnu.org Git - gcc.git/commit
attribs.c: New file, from c-common.c.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sat, 22 Sep 2001 13:14:40 +0000 (13:14 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 22 Sep 2001 13:14:40 +0000 (09:14 -0400)
commitbb9f8221b43c3a500198fa3a504fa11f5f807988
tree00bc4e0b093a48235bf0c46b6102755bcd06cba0
parentab6e6969342d2aa3a7e59eb092767e80bd7852a4
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
gcc/ChangeLog
gcc/attribs.c [new file with mode: 0644]
gcc/c-common.c
gcc/c-common.h
gcc/ch/ChangeLog
gcc/ch/Make-lang.in
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/tree.h
This page took 0.055948 seconds and 5 git commands to generate.