[Bug c++/16625] Discarded Linkonce sections in .rodata

2012-05-10 Thread h.seki.95 at azbil dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16625

h.seki.95 at azbil dot com changed:

   What|Removed |Added

 CC||h.seki.95 at azbil dot com

--- Comment #52 from h.seki.95 at azbil dot com 2012-05-11 01:21:12 UTC ---
(In reply to comment #51)
It still needs the following:

--- gcc/config.in.comdat2004-05-05 08:23:28.0 -0700
+++ gcc/config.in2004-05-05 08:40:11.0 -0700
@@ -252,6 +252,9 @@
 /* Define if your assembler supports .balign and .p2align. */
 #undef HAVE_GAS_BALIGN_AND_P2ALIGN

+/* Define 0/1 if your assembler supports COMDAT group. */
+#undef HAVE_GAS_COMDAT_GROUP
+
 /* Define if your assembler uses the new HImode fild and fist notation. */
 #undef HAVE_GAS_FILDS_FISTS

(from http://gcc.gnu.org/ml/gcc/2004-05/txt3.txt)


[Bug c++/16625] Discarded Linkonce sections in .rodata

2012-05-10 Thread h.seki.95 at azbil dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16625

--- Comment #53 from h.seki.95 at azbil dot com 2012-05-11 03:30:11 UTC ---
(In reply to comment #52)
Sorry. It's regenerated by autoheader.