This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Missing objdump dependency od-elf32_avr
- From: Alan Modra <amodra at gmail dot com>
- To: binutils at sourceware dot org
- Date: Tue, 4 Feb 2020 22:00:03 +1030
- Subject: Missing objdump dependency od-elf32_avr
Found due to seeing a weird avr-elf test failure after HJ's change to
struct section. od-elf32_avr.o wasn't recompiled and thus displayed
info using the old struct section layout.
* Makefile.am (CFILES): Add od-elf32_avr.c.
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index f1f3907b0b..e5cf5634a7 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -136,7 +136,7 @@ CFILES = \
is-ranlib.c is-strip.c maybe-ranlib.c maybe-strip.c \
nm.c not-ranlib.c not-strip.c \
objcopy.c objdump.c prdbg.c \
- od-xcoff.c od-macho.c \
+ od-elf32_avr.c od-macho.c od-xcoff.c \
rclex.c rdcoff.c rddbg.c readelf.c rename.c \
resbin.c rescoff.c resrc.c resres.c \
size.c srconv.c stabs.c strings.c sysdump.c \
--
Alan Modra
Australia Development Lab, IBM