1999-05-28 Martin Dorey <mdorey@madge.com>
* configure.tgt (i960-*-elf*): New target. * emulparams/elf32_i960.sh: New file. * Makefile.am (ALL_EMULATIONS): Add eelf32_i960.o. (eelf32_i960.c): New target. * Makefile.in: Rebuild.
This commit is contained in:
parent
dc93fc57a9
commit
0ccf812a6e
@ -1,3 +1,11 @@
|
||||
1999-05-28 Martin Dorey <mdorey@madge.com>
|
||||
|
||||
* configure.tgt (i960-*-elf*): New target.
|
||||
* emulparams/elf32_i960.sh: New file.
|
||||
* Makefile.am (ALL_EMULATIONS): Add eelf32_i960.o.
|
||||
(eelf32_i960.c): New target.
|
||||
* Makefile.in: Rebuild.
|
||||
|
||||
1999-05-26 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* emulparams/armelf_oabi.sh (TEMPLATE_NAME): Set to armelf_oabi.
|
||||
|
@ -117,6 +117,7 @@ ALL_EMULATIONS = \
|
||||
edelta68.o \
|
||||
eebmon29k.o \
|
||||
eelf32_sparc.o \
|
||||
eelf32_i960.o \
|
||||
eelf32b4300.o \
|
||||
eelf32bmip.o \
|
||||
eelf32ebmip.o \
|
||||
@ -334,6 +335,9 @@ em32relf.c: $(srcdir)/emulparams/m32relf.sh \
|
||||
eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
|
||||
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)"
|
||||
eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \
|
||||
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)"
|
||||
eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
|
||||
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)"
|
||||
|
@ -220,6 +220,7 @@ ALL_EMULATIONS = \
|
||||
edelta68.o \
|
||||
eebmon29k.o \
|
||||
eelf32_sparc.o \
|
||||
eelf32_i960.o \
|
||||
eelf32b4300.o \
|
||||
eelf32bmip.o \
|
||||
eelf32ebmip.o \
|
||||
@ -407,7 +408,7 @@ ldgram.c ldlex.c
|
||||
|
||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
||||
TAR = tar
|
||||
TAR = gtar
|
||||
GZIP_ENV = --best
|
||||
SOURCES = $(ld_new_SOURCES)
|
||||
OBJECTS = $(ld_new_OBJECTS)
|
||||
@ -1033,6 +1034,9 @@ em32relf.c: $(srcdir)/emulparams/m32relf.sh \
|
||||
eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \
|
||||
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} elf32_sparc "$(tdir_elf32_sparc)"
|
||||
eelf32_i960.c: $(srcdir)/emulparams/elf32_i960.sh \
|
||||
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} elf32_i960 "$(tdir_elf32_i960)"
|
||||
eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
|
||||
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} elf32b4300 "$(tdir_elf32b4300)"
|
||||
|
@ -59,6 +59,7 @@ i960-wrs-vxworks*) targ_emul=gld960 ;;
|
||||
i960-*-coff) targ_emul=gld960coff ;;
|
||||
i960-intel-nindy) targ_emul=gld960 ;;
|
||||
i960-*-rtems*) targ_emul=gld960coff ;;
|
||||
i960-*-elf*) targ_emul=elf32_i960 ;;
|
||||
m32r-*-*) targ_emul=m32relf ;;
|
||||
m68*-sun-sunos[34]*) targ_emul=sun3 ;;
|
||||
m68*-wrs-vxworks*) targ_emul=sun3 ;;
|
||||
|
8
ld/emulparams/elf32_i960.sh
Normal file
8
ld/emulparams/elf32_i960.sh
Normal file
@ -0,0 +1,8 @@
|
||||
SCRIPT_NAME=elf
|
||||
TEMPLATE_NAME=elf32
|
||||
OUTPUT_FORMAT="elf32-i960"
|
||||
ARCH=i960
|
||||
MACHINE=
|
||||
TEXT_START_ADDR=0
|
||||
EMBEDDED=yes
|
||||
MAXPAGESIZE=0x2000
|
Loading…
x
Reference in New Issue
Block a user