diff options
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 4dc5256..1e34b19 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2016-10-18 Maciej W. Rozycki <macro@imgtec.com> + * elf32-nds32.c (nds32_elf_check_relocs): Avoid aliasing warning + from GCC. + +2016-10-18 Maciej W. Rozycki <macro@imgtec.com> + * elf32-arm.c (elf32_arm_update_relocs): Rename `index' local variable to `reloc_index'. |