diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 271cc1c..b1e5e65 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,15 @@ 2017-07-03 Alan Modra <amodra@gmail.com> + * elf.c (_bfd_elf_print_private_bfd_data): Use BFD_VMA_FMT to + print d_tag. + (bfd_elf_print_symbol): Don't cast symbol->flags. + (_bfd_elf_symbol_from_bfd_symbol): Likewise. + * elf32-ppc.c (ppc_elf_begin_write_processing): Correct + _bfd_error_handler argument order. + (ppc_elf_merge_private_bfd_data): Don't cast flags. + +2017-07-03 Alan Modra <amodra@gmail.com> + * configure.ac: Invoke AC_CHECK_TYPES for long long. Invoke AC_TYPE_LONG_DOUBLE. * configure: Regenerate. |