aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-09-02 09:59:16 +0930
committerAlan Modra <amodra@gmail.com>2020-09-02 16:30:42 +0930
commit2f26cc79ccd114c46d781507fbefc2487ced54b2 (patch)
tree88793c7d1ad4e7ddffb8ab22e5e5df5e7dbcd4bf /bfd/ChangeLog
parentf6e6b0521147cde2c5861c4c755b69e7839233cb (diff)
downloadgdb-2f26cc79ccd114c46d781507fbefc2487ced54b2.zip
gdb-2f26cc79ccd114c46d781507fbefc2487ced54b2.tar.gz
gdb-2f26cc79ccd114c46d781507fbefc2487ced54b2.tar.bz2
ubasn: elf32-pru.c:570 left shift of negative value
* elf32-pru.c (pru_elf32_do_ldi32_relocate): Use an unsigned type for "relocation".
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 4c152f5..d45c0e8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2020-09-02 Alan Modra <amodra@gmail.com>
+
+ * elf32-pru.c (pru_elf32_do_ldi32_relocate): Use an unsigned
+ type for "relocation".
+
2020-09-01 Alan Modra <amodra@gmail.com>
* reloc.c (N_ONES): Handle N=0.