[Bug target/115937] duplicate .plt in module's elf header

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jul 16 01:08:11 GMT 2024


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115937

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
So according to the linux kernel modules linker script, it should have combined
the .plt sections.

So I am thinking this is a linux kernel issue with an older version of the
kernel.

Can you show exact commands that are executed? to build the module when you
invoke `make modules`? You might need to add `V=1` to get them.


More information about the Gcc-bugs mailing list