From d347d97ea261357a381e62d32c1e35ed23e814b6 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Wed, 26 May 2010 08:36:49 +0000 Subject: rtl.h (decl_default_tls_model): Move prototype from here... gcc/ChangeLog: * rtl.h (decl_default_tls_model): Move prototype from here... * output.h: ...to here. * c-decl.c: Do not include rtl.h. * c-pragma.c: Likewise. * c-parser.c: Likewise. * c-gimplify.c: Likewise. And also not hard-reg-set. * c-common.c: Do not include rtl.h. Include tm_p.h and add a FIXME note for it. Add a FIXME note for expr.h. * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list, ix86_canonical_va_list_type): Make visible even if RTX_CODE is not defined. cp/ChangeLog: * decl.c: Do not include rtl.h * semantics.c: Likewise. ada/ChangeLog: * gcc-interface/utils.c: Do not include rtl.h. fortran/ChangeLog: * trans-common.c: Do not include rtl.h, include output.h instead. * trans-decl.c: Likewise. From-SVN: r159856 --- gcc/rtl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index 683ad66..0b6564a 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2373,7 +2373,6 @@ extern rtx emit_library_call_value (rtx, rtx, enum libcall_type, /* In varasm.c */ extern void init_varasm_once (void); -extern enum tls_model decl_default_tls_model (const_tree); extern rtx make_debug_expr_from_rtl (const_rtx); -- cgit v1.1