This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/49325] Incorrect target HAVE_INITFINI_ARRAY check
- From: "hjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 18 Jun 2011 14:48:34 +0000
- Subject: [Bug other/49325] Incorrect target HAVE_INITFINI_ARRAY check
- Auto-submitted: auto-generated
- References: <bug-49325-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49325
--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-06-18 14:48:17 UTC ---
Author: hjl
Date: Sat Jun 18 14:48:14 2011
New Revision: 175181
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175181
Log:
Properly check if .init_array can be used with .ctors on targets.
2011-06-18 H.J. Lu <hongjiu.lu@intel.com>
PR other/49325
* acinclude.m4 (gcc_AC_INITFINI_ARRAY): Properly check if
.init_array can be used with .ctors on targets.
* configure: Regenerated.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/acinclude.m4
trunk/gcc/configure