aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2001-02-16 08:03:10 -0500
committerJason Merrill <jason@gcc.gnu.org>2001-02-16 08:03:10 -0500
commit1edf43d63f1f23b070786a1da29edbc63cdebae1 (patch)
tree5ae76ee139c95d2ba34d0cb6fa406f2f92e70519 /gcc/dwarf2out.h
parenta901fa64045a73517d8c212740b57e8b7650f3ad (diff)
downloadgcc-1edf43d63f1f23b070786a1da29edbc63cdebae1.zip
gcc-1edf43d63f1f23b070786a1da29edbc63cdebae1.tar.gz
gcc-1edf43d63f1f23b070786a1da29edbc63cdebae1.tar.bz2
dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is NULL.
* dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is NULL. (gen_subprogram_die): Don't abort on seeing a second definition if the previous one was abstract. Don't replace an abstract instance in the lookup table. * dwarf2out.c (dwarf2out_abstract_function): Rename from gen_abstract_function. * dwarf2out.h: Declare it. * toplev.c (note_outlining_of_inline_function): New fn. * toplev.h: Declare it. * integrate.c (output_inline_function): Call it. * c-decl.c (duplicate_decls): Call it when redefining an extern inline. Don't inline the new defn. From-SVN: r39763
Diffstat (limited to 'gcc/dwarf2out.h')
-rw-r--r--gcc/dwarf2out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h
index bced6a6..a48dbf8 100644
--- a/gcc/dwarf2out.h
+++ b/gcc/dwarf2out.h
@@ -39,4 +39,5 @@ extern void debug_dwarf PARAMS ((void));
struct die_struct;
extern void debug_dwarf_die PARAMS ((struct die_struct *));
extern void dwarf2out_set_demangle_name_func PARAMS ((const char *(*) (const char *)));
+extern void dwarf2out_abstract_function PARAMS ((tree));
extern void dwarf2out_add_library_unit_info PARAMS ((const char *, const char *));