summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.h
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2016-02-26 11:46:48 +0100
committerMartin Liska <marxin@gcc.gnu.org>2016-02-26 10:46:48 +0000
commit7c8fb356acf905ed551cf4d75aca60cc105af88a (patch)
tree331a7c50da45ce23e45fb24348d042cceb9eed1b /gcc/dwarf2out.h
parentac400631d2ce4917bc7ab2eb42115100275c8716 (diff)
Replace ENABLE_CHECKING with CHECKING_P in dwarf2out
* dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with CHECKING_P. (resolve_args_picking_1): Likewise. * dwarf2out.h (struct GTY): Likewise. From-SVN: r233737
Diffstat (limited to 'gcc/dwarf2out.h')
-rw-r--r--gcc/dwarf2out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h
index a96ac380e8a..91b3d6bd8c9 100644
--- a/gcc/dwarf2out.h
+++ b/gcc/dwarf2out.h
@@ -239,7 +239,7 @@ struct GTY((chain_next ("%h.dw_loc_next"))) dw_loc_descr_node {
frame offset. */
unsigned int frame_offset_rel : 1;
int dw_loc_addr;
-#if ENABLE_CHECKING
+#if CHECKING_P
/* When translating a function into a DWARF procedure, contains the frame
offset *before* evaluating this operation. It is -1 when not yet
initialized. */