[binutils-gdb] Missing objdump dependency od-elf32_avr

Alan Modra amodra@sourceware.org
Tue Feb 4 11:31:00 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e8b791227f26871ae0030465f77c14f225135c28

commit e8b791227f26871ae0030465f77c14f225135c28
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Feb 4 16:14:55 2020 +1030

    Missing objdump dependency od-elf32_avr
    
    	* Makefile.am (CFILES): Add od-elf32_avr.c.
    	* Makefile.in: Regenerate.
    	* po/POTFILES.in: Regenerate.

Diff:
---
 binutils/ChangeLog      | 6 ++++++
 binutils/Makefile.am    | 2 +-
 binutils/Makefile.in    | 3 ++-
 binutils/po/POTFILES.in | 1 +
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 1598767..6214de9 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2020-02-04  Alan Modra  <amodra@gmail.com>
+
+	* Makefile.am (CFILES): Add od-elf32_avr.c.
+	* Makefile.in: Regenerate.
+	* po/POTFILES.in: Regenerate.
+
 2020-02-03  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* readelf.c (dump_relocations, dump_relocations)
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index f1f3907..e5cf563 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 \
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 39f0856..ee6f267 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -636,7 +636,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 \
@@ -1057,6 +1057,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/not-strip.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objcopy.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objdump.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/od-elf32_avr.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/od-macho.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/od-xcoff.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prdbg.Po@am__quote@
diff --git a/binutils/po/POTFILES.in b/binutils/po/POTFILES.in
index 6910e93..9a1443f 100644
--- a/binutils/po/POTFILES.in
+++ b/binutils/po/POTFILES.in
@@ -37,6 +37,7 @@ not-strip.c
 objcopy.c
 objdump.c
 objdump.h
+od-elf32_avr.c
 od-macho.c
 od-xcoff.c
 prdbg.c



More information about the Binutils-cvs mailing list