aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2004-09-10 19:03:13 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2004-09-10 19:03:13 +0000
commit375d2edc9f376bd6bb0e102075744664edb0c6c3 (patch)
tree1e94e6ae42e1b69753445c8709d3b5658b924507 /gcc/tree.h
parentc383c15f2961771877e363073e38ef371405f0dc (diff)
downloadgcc-375d2edc9f376bd6bb0e102075744664edb0c6c3.zip
gcc-375d2edc9f376bd6bb0e102075744664edb0c6c3.tar.gz
gcc-375d2edc9f376bd6bb0e102075744664edb0c6c3.tar.bz2
dbxout.c (dbxout_block): Update for current_function_func_begin_label a string.
* dbxout.c (dbxout_block): Update for current_function_func_begin_label a string. * dwarf2out.c (dwarf2out_begin_prologue): Likewise. * except.c (dw2_output_call_site_table): Likewise. * toplev.c (current_function_func_begin_label): Likewise. * tree.h (current_function_func_begin_label): Likewise. * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Likewise. From-SVN: r87317
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 20adc7f..461b867 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3350,7 +3350,7 @@ extern int pedantic_lvalues;
extern GTY(()) tree current_function_decl;
/* Nonzero means a FUNC_BEGIN label was emitted. */
-extern GTY(()) tree current_function_func_begin_label;
+extern GTY(()) const char * current_function_func_begin_label;
/* In tree.c */
extern unsigned crc32_string (unsigned, const char *);