http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49833
Pawel Sikora <pluto at agmk dot net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pluto at agmk dot net --- Comment #13 from Pawel Sikora <pluto at agmk dot net> 2011-07-25 19:18:16 UTC --- (In reply to comment #11) > [hjl@gnu-6 gcc]$ cat /tmp/foo.c > typedef unsigned int Elf32_Addr; > extern void _start (void) __attribute__ ((visibility ("hidden"))); > int > dl_main ( Elf32_Addr *user_entry) > { > if (*user_entry == (Elf32_Addr) _start) > return 0; > else > return 1; > } PR32219 reincarnation?