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
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
On Sat, Dec 26, 2020 at 5:41 PM Rhys Rustad-Elliott wrote:
>
> Hi all,
>
> I've encountered a strange issue when compiling C to a flat binary with GCC.
> It's questionably a bug, but I hesitate to strongly say that due to my lack of
> familiarity with the GCC codebase and the rather obscure nature