This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]