http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20696
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-14 02:47:30 UTC --- Actually this was fixed by: r103113 | macro | 2005-08-15 16:15:16 +0000 (Mon, 15 Aug 2005) | 6 lines * configure.ac: Test for the name of the symbol used for the entry point; define ENTRY_POINT to the result. * configure: Regenerate. * config.h.in: Regenerate. * mf-heuristics.c: Replace _start with ENTRY_POINT throughout. My issue is different.