mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-31 14:11:36 +08:00
MIPS/LD: Add missing `mips-*-windiss' target emulation dependency
As from commit 2ebd05b80b22 ("MIPS/LD: Correct `mips-*-windiss' target emulation configuration") we have: EXTRA_EM_FILE=mipself in `emulparams/elf32mipswindiss.sh', however no corresponding Makefile `mipself.em' dependency for `eelf32mipswindiss.c'. Add it. ld/ * Makefile.am (eelf32mipswindiss.c): Add `mipself.em' dependency. * Makefile.in: Regenerate.
This commit is contained in:
parent
30d42fef63
commit
2f8b83ee96
@ -1,3 +1,8 @@
|
||||
2018-06-09 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* Makefile.am (eelf32mipswindiss.c): Add `mipself.em' dependency.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2018-06-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/23161
|
||||
|
@ -1172,7 +1172,7 @@ eelf32microblaze.c: $(srcdir)/emulparams/elf32microblaze.sh \
|
||||
$(ELF_DEPS) $(srcdir)/scripttempl/elfmicroblaze.sc ${GEN_DEPENDS}
|
||||
|
||||
eelf32mipswindiss.c: $(srcdir)/emulparams/elf32mipswindiss.sh $(ELF_DEPS) \
|
||||
$(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
$(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
||||
eelf32moxie.c: $(srcdir)/emulparams/elf32moxie.sh \
|
||||
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
@ -2678,7 +2678,7 @@ eelf32microblaze.c: $(srcdir)/emulparams/elf32microblaze.sh \
|
||||
$(ELF_DEPS) $(srcdir)/scripttempl/elfmicroblaze.sc ${GEN_DEPENDS}
|
||||
|
||||
eelf32mipswindiss.c: $(srcdir)/emulparams/elf32mipswindiss.sh $(ELF_DEPS) \
|
||||
$(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
$(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
||||
eelf32moxie.c: $(srcdir)/emulparams/elf32moxie.sh \
|
||||
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user