On Mon, Apr 29, 2024 at 02:05:12PM +0200, Michael Matz wrote:
It may be so ingrained in my brain that I'm not _always_ saying it when talking about the large code model over a beer.
Doh, you should. This is what you start with! :-P
And indeed I know of no particular problems with it vis GCC, but that doesn't mean it's a good idea to use :-)
So once again: "everyone should simply stop using -mcmodel=large. Noone should use it."
So the patch goes strictly into the direction of betterment of the universe. :)
Yeah, it is already on its way to every kernel near you. And looka here:
$ git grep mcmodel=large arch/powerpc/Makefile:125: # 64bit relocation for this to work, hence -mcmodel=large. arch/powerpc/Makefile:126: KBUILD_CFLAGS_MODULE += -mcmodel=large arch/um/Makefile:34: KBUILD_CFLAGS += -mcmodel=large
x86 is all free of the large model now.
One less thing to worry about - gazillion more to go.
:-P
See ya on Thu.