Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.
authorMarek Polacek <polacek@redhat.com>
Mon, 17 Oct 2016 13:04:38 +0000 (13:04 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Mon, 17 Oct 2016 13:04:38 +0000 (13:04 +0000)
commitb12b1915d8daa6fd271a15791f19b5724428d38f
treecb4a2609890d93b658ad383cdff51e510a7e36a4
parentf6a1ec62617c0a21e9b9e849cda8e5510efb52b7
Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.

* Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.

* c-attribs.c: New file.
* c-common.c: Move attributes handling to c-attribs.c.
(get_nonnull_operand): No longer static.
* c-common.h: Move the declarations from c-attribs.c to its own section.

From-SVN: r241238
gcc/ChangeLog
gcc/Makefile.in
gcc/c-family/ChangeLog
gcc/c-family/c-attribs.c [new file with mode: 0644]
gcc/c-family/c-common.c
gcc/c-family/c-common.h