mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Regenerate Makefile.in.
This commit is contained in:
parent
57f3d89e8a
commit
d0289b45c2
@ -1,3 +1,7 @@
|
||||
2011-03-25 Eric B. Weddington <eric.weddington@atmel.com>
|
||||
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2011-03-23 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* lexsup.c (parse_args): Only set report_plugin_symbols if plugins
|
||||
|
@ -469,6 +469,14 @@ ALL_EMULATION_SOURCES = \
|
||||
eavr5.c \
|
||||
eavr51.c \
|
||||
eavr6.c \
|
||||
eavrxmega1.o \
|
||||
eavrxmega2.o \
|
||||
eavrxmega3.o \
|
||||
eavrxmega4.o \
|
||||
eavrxmega5.o \
|
||||
eavrxmega6.o \
|
||||
eavrxmega7.o \
|
||||
eavrtiny10.o \
|
||||
ecoff_i860.c \
|
||||
ecoff_sparc.c \
|
||||
ecrisaout.c \
|
||||
@ -2216,6 +2224,38 @@ eavr6.c: $(srcdir)/emulparams/avr6.sh $(srcdir)/emultempl/avrelf.em \
|
||||
$(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
||||
${GEN_DEPENDS}
|
||||
${GENSCRIPTS} avr6 "$(tdir_avr2)"
|
||||
eavrxmega1.c: $(srcdir)/emulparams/avrxmega1.sh \
|
||||
$(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
||||
${GEN_DEPENDS}
|
||||
${GENSCRIPTS} avrxmega1 "$(tdir_avr2)"
|
||||
eavrxmega2.c: $(srcdir)/emulparams/avrxmega2.sh \
|
||||
$(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
||||
${GEN_DEPENDS}
|
||||
${GENSCRIPTS} avrxmega2 "$(tdir_avr2)"
|
||||
eavrxmega3.c: $(srcdir)/emulparams/avrxmega3.sh \
|
||||
$(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
||||
${GEN_DEPENDS}
|
||||
${GENSCRIPTS} avrxmega3 "$(tdir_avr2)"
|
||||
eavrxmega4.c: $(srcdir)/emulparams/avrxmega4.sh \
|
||||
$(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
||||
${GEN_DEPENDS}
|
||||
${GENSCRIPTS} avrxmega4 "$(tdir_avr2)"
|
||||
eavrxmega5.c: $(srcdir)/emulparams/avrxmega5.sh \
|
||||
$(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
||||
${GEN_DEPENDS}
|
||||
${GENSCRIPTS} avrxmega5 "$(tdir_avr2)"
|
||||
eavrxmega6.c: $(srcdir)/emulparams/avrxmega6.sh \
|
||||
$(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
||||
${GEN_DEPENDS}
|
||||
${GENSCRIPTS} avrxmega6 "$(tdir_avr2)"
|
||||
eavrxmega7.c: $(srcdir)/emulparams/avrxmega7.sh \
|
||||
$(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
||||
${GEN_DEPENDS}
|
||||
${GENSCRIPTS} avrxmega7 "$(tdir_avr2)"
|
||||
eavrtiny10.c: $(srcdir)/emulparams/avrtiny10.sh \
|
||||
$(srcdir)/emultempl/avrelf.em $(ELF_DEPS) $(srcdir)/scripttempl/avr.sc \
|
||||
${GEN_DEPENDS}
|
||||
${GENSCRIPTS} avrtiny10 "$(tdir_avr2)"
|
||||
ecoff_i860.c: $(srcdir)/emulparams/coff_i860.sh \
|
||||
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i860coff.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} coff_i860 "$(tdir_coff_i860)"
|
||||
|
Loading…
Reference in New Issue
Block a user