diff options
author | Nick Clifton <nickc@redhat.com> | 1999-09-14 13:18:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-09-14 13:18:43 +0000 |
commit | 2681829f3995956c9283e00395a51057e5dc4ee6 (patch) | |
tree | 010712ff8a0e7fca09a9f3258fa1f62921f42bba /ld | |
parent | b22b30ae050785a4cec7bbbb9b47bcddedad4ca9 (diff) | |
download | binutils-redhat-2681829f3995956c9283e00395a51057e5dc4ee6.tar.gz |
Add earm_epoc_pe.c build target.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/Makefile.in | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 95bb3519a0..ad28432adc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +1999-09-14 Nick Clifton <nickc@cygnus.com> + + * Makefile.in: Add earm_epoc_pe.c build target. + Tue Sep 14 05:26:34 1999 Jeffrey A Law (law@cygnus.com) * emulparms/elf64hppa.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.dlt. diff --git a/ld/Makefile.in b/ld/Makefile.in index 48ad8194f2..3aec7e7678 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -215,6 +215,7 @@ ALL_EMULATIONS = \ earmcoff.o \ earmnbsd.o \ earmpe.o \ + earm_epoc_pe.o \ ecoff_sparc.o \ ed10velf.o \ ed30velf.o \ @@ -1013,6 +1014,9 @@ earmcoff.c: $(srcdir)/emulparams/armcoff.sh \ earmnbsd.c: $(srcdir)/emulparams/armnbsd.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} armnbsd "$(tdir_armnbsd)" +earm_epoc_pe.c: $(srcdir)/emulparams/arm_epoc_pe.sh \ + $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} + ${GENSCRIPTS} arm_epoc_pe "$(tdir_armpe)" earmpe.c: $(srcdir)/emulparams/armpe.sh \ $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/pe.sc ${GEN_DEPENDS} ${GENSCRIPTS} armpe "$(tdir_armpe)" |