aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-07-03 21:56:29 +0930
committerAlan Modra <amodra@gmail.com>2017-07-03 22:03:28 +0930
commitcd9af601e60240bb38dc58ce7e69abd5f2972ec7 (patch)
tree9830e8235e2ffee9aaa5b006be76fa9b04e1c036 /bfd/ChangeLog
parent33c734b2f860f77badb1e25d16e144e9db77d1bf (diff)
downloadgdb-cd9af601e60240bb38dc58ce7e69abd5f2972ec7.zip
gdb-cd9af601e60240bb38dc58ce7e69abd5f2972ec7.tar.gz
gdb-cd9af601e60240bb38dc58ce7e69abd5f2972ec7.tar.bz2
Miscellaneous format string fixes
* 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
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.