diff options
author | Martin Liska <mliska@suse.cz> | 2016-02-26 11:46:48 +0100 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2016-02-26 10:46:48 +0000 |
commit | 7c8fb356acf905ed551cf4d75aca60cc105af88a (patch) | |
tree | 331a7c50da45ce23e45fb24348d042cceb9eed1b /gcc/dwarf2out.h | |
parent | ac400631d2ce4917bc7ab2eb42115100275c8716 (diff) | |
download | gcc-7c8fb356acf905ed551cf4d75aca60cc105af88a.zip gcc-7c8fb356acf905ed551cf4d75aca60cc105af88a.tar.gz gcc-7c8fb356acf905ed551cf4d75aca60cc105af88a.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index a96ac38..91b3d6b 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. */ |