aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2021-04-26 10:39:45 +0200
committerJan Beulich <jbeulich@suse.com>2021-04-26 10:39:45 +0200
commit8fb8824599f37a726685197a1728e92bc7a953e5 (patch)
tree3969fb37fe7fafd20e83f27b8c862c2e8aac5638 /gas/ChangeLog
parentd965814fb65358df2f02c9f6af41cb1edd289277 (diff)
downloadgdb-8fb8824599f37a726685197a1728e92bc7a953e5.zip
gdb-8fb8824599f37a726685197a1728e92bc7a953e5.tar.gz
gdb-8fb8824599f37a726685197a1728e92bc7a953e5.tar.bz2
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 93b3fa6..03ba196 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2021-04-26 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386.c (tc_gen_reloc): Check IS_ELF for
+ BFD_RELOC_SIZE*.
+
+2021-04-26 Jan Beulich <jbeulich@suse.com>
+
* config/tc-i386.c (tc_gen_reloc): Limit BFD_RELOC_SIZE32
overflow check to 64-bit objects.