aboutsummaryrefslogtreecommitdiff
path: root/lto-plugin/config.h.in
diff options
context:
space:
mode:
authorDave Korn <dave.korn.cygwin@gmail.com>2010-12-10 14:28:58 +0000
committerDave Korn <davek@gcc.gnu.org>2010-12-10 14:28:58 +0000
commit77754180a97af78b7b330bdabc7072e1f1da07e6 (patch)
treecb0845f24d59969509e47111a1b3af34cd9b8773 /lto-plugin/config.h.in
parent4816c5938dfb6d9510b43f9223dab24af530e00e (diff)
downloadgcc-77754180a97af78b7b330bdabc7072e1f1da07e6.zip
gcc-77754180a97af78b7b330bdabc7072e1f1da07e6.tar.gz
gcc-77754180a97af78b7b330bdabc7072e1f1da07e6.tar.bz2
re PR middle-end/46674 (Weak alias is mistakenly optimized away)
gcc/ChangeLog: PR middle-end/46674 PR lto/43157 * target.def (mangle_assembler_name): New target asm_out hook. * targhooks.c (default_mangle_assembler_name): Add default hook implementation. * targhooks.h (default_mangle_assembler_name): Add prototype. * lto-symtab.c (lto_symtab_register_decl): Use new hook when processing DECL_ASSEMBLER_NAMEs for lto symtabs. (lto_symtab_get_resolution): Likewise. (lto_cgraph_replace_node): Likewise. (lto_symtab_prevailing_decl): Likewise. * lto-streamer-out.c (write_symbol): Likewise. * doc/tm.texi.in (TARGET_MANGLE_ASSEMBLER_NAME): Add @hook directive. * doc/tm.texi: Regenerate. * config/i386/cygming.h (TARGET_MANGLE_ASSEMBLER_NAME): Define to point at i386_pe_mangle_assembler_name. * config/i386/winnt.c (i386_pe_mangle_assembler_name): New function. * config/i386/i386-protos.h (i386_pe_mangle_assembler_name): Add prototype. lto-plugin/ChangeLog: PR middle-end/46674 PR lto/43157 * configure.ac (SYM_STYLE): Don't AC_DEFINE. * lto-plugin.c (sym_style): Don't use it; default to ss_none. * configure: Regenerate. * config.h.in: Likewise. gcc/testsuite/ChangeLog: PR middle-end/46674 PR lto/43157 * gcc.dg/pr43157.c: New file. From-SVN: r167688
Diffstat (limited to 'lto-plugin/config.h.in')
-rw-r--r--lto-plugin/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/lto-plugin/config.h.in b/lto-plugin/config.h.in
index a591ccc..ad003b2 100644
--- a/lto-plugin/config.h.in
+++ b/lto-plugin/config.h.in
@@ -61,9 +61,6 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* Default symbol style */
-#undef SYM_STYLE
-
/* Version number of package */
#undef VERSION