aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-06-03 06:32:24 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-06-03 06:32:24 -0700
commit433953ffa1a59531a5537327a4e3ce24565e609c (patch)
tree864e26646db745dc18b6d48fb969bab45e3d3962 /bfd/ChangeLog
parentbbd2d6bf2d6627f64569a03ef290965c06e60b27 (diff)
downloadfsf-binutils-gdb-433953ffa1a59531a5537327a4e3ce24565e609c.zip
fsf-binutils-gdb-433953ffa1a59531a5537327a4e3ce24565e609c.tar.gz
fsf-binutils-gdb-433953ffa1a59531a5537327a4e3ce24565e609c.tar.bz2
x86: Silence -fsanitize=undefined
Replace "&(EH)->elf" with "(struct elf_link_hash_entry *) (EH)" to silence -fsanitize=undefined. * elfxx-x86.h (GENERATE_DYNAMIC_RELOCATION_P): Replace "&(EH)->elf" with "(struct elf_link_hash_entry *) (EH)".
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e60cfac..2fa19f8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elfxx-x86.h (GENERATE_DYNAMIC_RELOCATION_P): Silence
+ -fsanitize=undefined.
+
2020-06-03 Alan Modra <amodra@gmail.com>
PR 26069