diff options
author | Jakub Jelinek <jakub@redhat.com> | 2010-06-17 21:15:51 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2010-06-17 21:15:51 +0200 |
commit | 654bbfea483dbbcb0ce8556cdb532f6570756912 (patch) | |
tree | d6885816f3226e89d1c6d8dbc08aad99f18d0d32 /gcc/dwarf2out.c | |
parent | 11d259f009295126fb8fc5d96ae574504f104e50 (diff) | |
download | gcc-654bbfea483dbbcb0ce8556cdb532f6570756912.zip gcc-654bbfea483dbbcb0ce8556cdb532f6570756912.tar.gz gcc-654bbfea483dbbcb0ce8556cdb532f6570756912.tar.bz2 |
re PR debug/44572 (dwarf2out.c:22403:1: error: (near initialization for 'dwarf2_debug)
PR debug/44572
* dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
hook.
From-SVN: r160944
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 8d1dd81..b1f05d9 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -22381,6 +22381,7 @@ const struct gcc_debug_hooks dwarf2_debug_hooks = 0, /* source_line */ 0, /* begin_prologue */ 0, /* end_prologue */ + 0, /* begin_epilogue */ 0, /* end_epilogue */ 0, /* begin_function */ 0, /* end_function */ |