aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-09-02 10:03:14 +0930
committerAlan Modra <amodra@gmail.com>2020-09-02 16:30:42 +0930
commit26009aa7639bb4103291bb79743dc4e51175f80a (patch)
tree972cc10860192a2edad3f391e4a0c030740fad34 /bfd/ChangeLog
parent2f26cc79ccd114c46d781507fbefc2487ced54b2 (diff)
downloadgdb-26009aa7639bb4103291bb79743dc4e51175f80a.zip
gdb-26009aa7639bb4103291bb79743dc4e51175f80a.tar.gz
gdb-26009aa7639bb4103291bb79743dc4e51175f80a.tar.bz2
ubsan elfnn-aarch64.c:7142 shift exponent 32 is too large
* elfnn-aarch64.c (elfNN_aarch64_relocate_section): Correct type of constant shifted left.
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 d45c0e8..156bb7a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
2020-09-02 Alan Modra <amodra@gmail.com>
+ * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Correct type
+ of constant shifted left.
+
+2020-09-02 Alan Modra <amodra@gmail.com>
+
* elf32-pru.c (pru_elf32_do_ldi32_relocate): Use an unsigned
type for "relocation".