diff options
author | Alan Modra <amodra@gmail.com> | 2020-09-02 09:59:16 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-09-02 16:30:42 +0930 |
commit | 2f26cc79ccd114c46d781507fbefc2487ced54b2 (patch) | |
tree | 88793c7d1ad4e7ddffb8ab22e5e5df5e7dbcd4bf /bfd/ChangeLog | |
parent | f6e6b0521147cde2c5861c4c755b69e7839233cb (diff) | |
download | gdb-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/ChangeLog | 5 |
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. |