aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2014-09-24 19:50:24 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2014-09-24 19:50:24 +0000
commit00de328a7ac2c812c0ea4f12c44fbd8d71028b91 (patch)
tree3229e32dcbb119c7b007bb52db4079090ff3386b /gcc/dbxout.c
parent7606cbaeff94acc0b40d50241c6f090d5d3f8cc9 (diff)
downloadgcc-00de328a7ac2c812c0ea4f12c44fbd8d71028b91.zip
gcc-00de328a7ac2c812c0ea4f12c44fbd8d71028b91.tar.gz
gcc-00de328a7ac2c812c0ea4f12c44fbd8d71028b91.tar.bz2
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
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index d856bdd..91cedf7 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -1618,7 +1618,7 @@ dbxout_type_methods (tree type)
/* Also ignore abstract methods; those are only interesting to
the DWARF backends. */
- if (DECL_IGNORED_P (fndecl) || DECL_ABSTRACT (fndecl))
+ if (DECL_IGNORED_P (fndecl) || DECL_ABSTRACT_P (fndecl))
continue;
/* Redundantly output the plain name, since that's what gdb