x86-64: restrict PC32 -> PLT32 conversion
authorJan Beulich <jbeulich@suse.com>
Thu, 6 Jan 2022 13:17:40 +0000 (14:17 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 6 Jan 2022 13:17:40 +0000 (14:17 +0100)
commit1ef3994a3740f657e9af9dc354962a2c093586df
treead8ea8e3b78f0b79c6fed3313807005f643684dd
parent1f927a4a28e1cda3ada934ea118f81e3707e3911
x86-64: restrict PC32 -> PLT32 conversion

Neither non-64-bit code nor uses with a non-zero offset from a symbol
should be converted to PLT32, as an eventual PLT entry would not express
what was requested.
gas/config/tc-i386.c
gas/config/tc-i386.h