Re: Potential bug in GCC when compiling C to a flat binary

2020-12-27 Thread Rhys Rustad-Elliott
On Sun, Dec 27, 2020 at 12:23:48PM +0300, Alexander Monakov wrote: > On Sat, 26 Dec 2020, Andrew Pinski via Gcc wrote: > > > Two things, this should really be on the binutils mailing list rather > > than the GCC mailing list. Second you can't generate a flat binary > > which has a GOT as it requi

gcc-11-20201227 is now available

2020-12-27 Thread GCC Administrator via Gcc
Snapshot gcc-11-20201227 is now available on https://gcc.gnu.org/pub/gcc/snapshots/11-20201227/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 11 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Google GSOC Idea

2020-12-27 Thread Alper G. via Gcc
Hello, I am waiting for your suggestions and evaluations about an idea that I am thinking about applying to this year's event of google gsoc. In short, I can say about myself that I am an engineering student and worked on compilers as well as several different fields. Nowadays, we see that scriptin

Re: Potential bug in GCC when compiling C to a flat binary

2020-12-27 Thread Alexander Monakov via Gcc
On Sat, 26 Dec 2020, Andrew Pinski via Gcc wrote: > Two things, this should really be on the binutils mailing list rather > than the GCC mailing list. Second you can't generate a flat binary > which has a GOT as it requires relocations and there is no way to > represent relocations in flat binary