]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: add IS_ELF to check whether to resolve @size reloc
authorJan Beulich <jbeulich@suse.com>
Mon, 26 Apr 2021 08:39:45 +0000 (10:39 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 26 Apr 2021 08:39:45 +0000 (10:39 +0200)
commit8fb8824599f37a726685197a1728e92bc7a953e5
tree3969fb37fe7fafd20e83f27b8c862c2e8aac5638
parentd965814fb65358df2f02c9f6af41cb1edd289277
x86: add IS_ELF to check whether to resolve @size reloc

This may not be strictly needed, as BFD_RELOC_SIZE* shouldn't appear
from elsewhere for non-ELF, but let's be on the safe side.
gas/ChangeLog
gas/config/tc-i386.c