]> git.ipfire.org Git - thirdparty/gcc.git/commit
cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.
authorAldy Hernandez <aldyh@redhat.com>
Wed, 24 Sep 2014 19:50:24 +0000 (19:50 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Wed, 24 Sep 2014 19:50:24 +0000 (19:50 +0000)
commit00de328a7ac2c812c0ea4f12c44fbd8d71028b91
tree3229e32dcbb119c7b007bb52db4079090ff3386b
parent7606cbaeff94acc0b40d50241c6f090d5d3f8cc9
cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.

     * cgraph.h, dbxout.c, dwarfout2.c, gimple-fold.c,
     lto-streamer-out.c, print-tree.c, symtab.c, tree-inline.c,
     tree-streamer-in.c, tree-streamer-out.c, tree.c, tree.h,
     varpool.c: Rename all instances of DECL_ABSTRACT to
     DECL_ABSTRACT_P.

    cp/
     * class.c, decl.c, optimize.c: Rename all instances of
     DECL_ABSTRACT to DECL_ABSTRACT_P.

    lto/
     * lto-symtab.c, lto.c: Rename all instances of DECL_ABSTRACT to
     DECL_ABSTRACT_P.

From-SVN: r215567
21 files changed:
gcc/ChangeLog
gcc/cgraph.h
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl.c
gcc/cp/optimize.c
gcc/dbxout.c
gcc/dwarf2out.c
gcc/gimple-fold.c
gcc/lto-streamer-out.c
gcc/lto/ChangeLog
gcc/lto/lto-symtab.c
gcc/lto/lto.c
gcc/print-tree.c
gcc/symtab.c
gcc/tree-inline.c
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c
gcc/tree.c
gcc/tree.h
gcc/varpool.c