X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=ld%2FMakefile.in;h=879af1c462df1ec645957f3507ca487f510624d5;hb=d64558a59f6149d9899d3d05edb6b32312f7c77e;hp=8aa05054d0bb0ae9f560582fa38385aae9e468ad;hpb=65982ba6e7c672622ff83141c1c7f563f0427132;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/Makefile.in b/ld/Makefile.in index 8aa05054d0..879af1c462 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -320,6 +320,8 @@ ALL_EMULATIONS = \ eh8300hnelf.o \ eh8300snelf.o \ eh8300sxelf.o \ + eh8300sxn.o \ + eh8300sxnelf.o \ eh8500.o \ eh8500b.o \ eh8500c.o \ @@ -347,6 +349,7 @@ ALL_EMULATIONS = \ ei386pe.o \ ei386pe_posix.o \ elnk960.o \ + em32relf.o \ em68hc11elf.o \ em68hc11elfb.o \ em68hc12elf.o \ @@ -1573,6 +1576,9 @@ eh8300sn.c: $(srcdir)/emulparams/h8300sn.sh \ eh8300sx.c: $(srcdir)/emulparams/h8300sx.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sx.sc ${GEN_DEPENDS} ${GENSCRIPTS} h8300sx "$(tdir_h8300sx)" +eh8300sxn.c: $(srcdir)/emulparams/h8300sxn.sh \ + $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sxn.sc ${GEN_DEPENDS} + ${GENSCRIPTS} h8300sxn "$(tdir_h8300sxn)" eh8300elf.c: $(srcdir)/emulparams/h8300elf.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} h8300elf "$(tdir_h8300elf)" @@ -1596,6 +1602,10 @@ eh8300sxelf.c: $(srcdir)/emulparams/h8300sxelf.sh \ $(srcdir)/emulparams/h8300elf.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} h8300sxelf "$(tdir_h8300sxelf)" +eh8300sxnelf.c: $(srcdir)/emulparams/h8300sxnelf.sh \ + $(srcdir)/emulparams/h8300elf.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} h8300sxnelf "$(tdir_h8300sxnelf)" eh8500.c: $(srcdir)/emulparams/h8500.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS} ${GENSCRIPTS} h8500 "$(tdir_h8500)"