public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Committed, ld: add missing target to ALL_EMULATION_SOURCES.
@ 2014-05-20 21:17 Hans-Peter Nilsson
  0 siblings, 0 replies; only message in thread
From: Hans-Peter Nilsson @ 2014-05-20 21:17 UTC (permalink / raw)
  To: binutils

Changing the proposed patch to use the explicit all-emulations
list, naturally revealed the assumption that this was
up-to-date, to be false.  There may be more.

Committed as obvious after building.

ld:
	* Makefile.am (ALL_EMULATION_SOURCES): Add missing eelf32mbel_linux.c.
	* Makefile.in: Regenerate.

diff --git a/ld/Makefile.am b/ld/Makefile.am
index 2ad6a45..1ff1e0a 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -238,6 +238,7 @@ ALL_EMULATION_SOURCES = \
 	eelf32lppcsim.c \
 	eelf32m32c.c \
 	eelf32mb_linux.c \
+	eelf32mbel_linux.c \
 	eelf32mcore.c \
 	eelf32mep.c \
 	eelf32metag.c \

brgds, H-P

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-20 21:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-20 21:17 Committed, ld: add missing target to ALL_EMULATION_SOURCES Hans-Peter Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).