[Bug gas/27169] i386: Emit R_386_PLT32 instead of R_386_PC32 for `call/jmp foo`

2022-06-08 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27169 --- Comment #14 from H.J. Lu --- Just to be clear. Some i386 shared libraries are compiled without -fPIC on purpose to improve performance. When ld sees R_386_PC32 of an undefined symbol in a shared library, it creates a dynamic R_386_PC32 re

[Bug binutils/29233] New: Memory leak in copy_relocations_in_section

2022-06-08 Thread patrick.jauernig at trust dot tu-darmstadt.de
https://sourceware.org/bugzilla/show_bug.cgi?id=29233 Bug ID: 29233 Summary: Memory leak in copy_relocations_in_section Product: binutils Version: 2.39 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Com