]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Build all the objdump extensions with --enable-targets=all
authorAlan Modra <amodra@gmail.com>
Tue, 18 Jul 2023 02:59:56 +0000 (12:29 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 19 Jul 2023 01:16:59 +0000 (10:46 +0930)
commiteb84343a1d3c2938a9e4e43cf9a9c22653fc4f10
treefbed60f386b0f85d19319daf783b404a64f99c24
parent1d9f0053f02acc6f1e1c0d498b772bb13b91b745
Build all the objdump extensions with --enable-targets=all

Only the xcoff and pe extensions were enabled.  Build the lot, and fix
some more printf format problems when the host is 32-bit.

* configure.ac (od_vectors): Set up for --enable-targets=all.
* configure: Regenerate.
* od-elf32_avr.c (elf32_avr_dump_mem_usage): Correct format
specifier vs. arg mismatch.
(elf32_avr_dump_avr_prop): Likewise.
binutils/configure
binutils/configure.ac
binutils/od-elf32_avr.c