[Bug target/49833] [x32] PIC doesn't work

pluto at agmk dot net gcc-bugzilla@gcc.gnu.org
Mon Jul 25 19:19:00 GMT 2011


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?



More information about the Gcc-bugs mailing list