forked from Imagelibrary/binutils-gdb
* Makefile.am: Remove references to em68klynx.o and esparclynx.o.
* Makefile.in: Regenerated. * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.am: Remove references to em68klynx.o and esparclynx.o.
|
||||
* Makefile.in: Regenerated.
|
||||
* emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
|
||||
|
||||
2005-03-07 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/fr.po: Updated translation.
|
||||
|
||||
@@ -249,7 +249,6 @@ ALL_EMULATIONS = \
|
||||
em68kelf.o \
|
||||
em68kelfnbsd.o \
|
||||
em68klinux.o \
|
||||
em68klynx.o \
|
||||
em68knbsd.o \
|
||||
em68kpsos.o \
|
||||
em88kbcs.o \
|
||||
@@ -351,7 +350,6 @@ ALL_EMULATIONS = \
|
||||
eshpe.o \
|
||||
esparcaout.o \
|
||||
esparclinux.o \
|
||||
esparclynx.o \
|
||||
esparcnbsd.o \
|
||||
est2000.o \
|
||||
esun3.o \
|
||||
@@ -1050,9 +1048,6 @@ em68kelfnbsd.c: $(srcdir)/emulparams/m68kelfnbsd.sh \
|
||||
em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \
|
||||
$(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} m68klinux "$(tdir_m68klinux)"
|
||||
em68klynx.c: $(srcdir)/emulparams/m68klynx.sh \
|
||||
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68klynx.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} m68klynx "$(tdir_m68klynx)"
|
||||
em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \
|
||||
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)"
|
||||
@@ -1458,9 +1453,6 @@ esparcaout.c: $(srcdir)/emulparams/sparcaout.sh \
|
||||
esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \
|
||||
$(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} sparclinux "$(tdir_sparclinux)"
|
||||
esparclynx.c: $(srcdir)/emulparams/sparclynx.sh \
|
||||
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparclynx.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} sparclynx "$(tdir_sparclynx)"
|
||||
esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \
|
||||
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)"
|
||||
|
||||
@@ -374,7 +374,6 @@ ALL_EMULATIONS = \
|
||||
em68kelf.o \
|
||||
em68kelfnbsd.o \
|
||||
em68klinux.o \
|
||||
em68klynx.o \
|
||||
em68knbsd.o \
|
||||
em68kpsos.o \
|
||||
em88kbcs.o \
|
||||
@@ -476,7 +475,6 @@ ALL_EMULATIONS = \
|
||||
eshpe.o \
|
||||
esparcaout.o \
|
||||
esparclinux.o \
|
||||
esparclynx.o \
|
||||
esparcnbsd.o \
|
||||
est2000.o \
|
||||
esun3.o \
|
||||
@@ -1787,9 +1785,6 @@ em68kelfnbsd.c: $(srcdir)/emulparams/m68kelfnbsd.sh \
|
||||
em68klinux.c: $(srcdir)/emulparams/m68klinux.sh \
|
||||
$(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} m68klinux "$(tdir_m68klinux)"
|
||||
em68klynx.c: $(srcdir)/emulparams/m68klynx.sh \
|
||||
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/m68klynx.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} m68klynx "$(tdir_m68klynx)"
|
||||
em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \
|
||||
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} m68knbsd "$(tdir_m68knbsd)"
|
||||
@@ -2195,9 +2190,6 @@ esparcaout.c: $(srcdir)/emulparams/sparcaout.sh \
|
||||
esparclinux.c: $(srcdir)/emulparams/sparclinux.sh \
|
||||
$(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} sparclinux "$(tdir_sparclinux)"
|
||||
esparclynx.c: $(srcdir)/emulparams/sparclynx.sh \
|
||||
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparclynx.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} sparclynx "$(tdir_sparclynx)"
|
||||
esparcnbsd.c: $(srcdir)/emulparams/sparcnbsd.sh \
|
||||
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
|
||||
${GENSCRIPTS} sparcnbsd "$(tdir_sparcnbsd)"
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
SCRIPT_NAME=m68klynx
|
||||
OUTPUT_FORMAT="coff-m68k-lynx"
|
||||
# This is what LynxOS /lib/init1.o wants.
|
||||
ENTRY=__main
|
||||
# following are dubious
|
||||
TEXT_START_ADDR=0
|
||||
TARGET_PAGE_SIZE=0x1000
|
||||
ARCH=m68k
|
||||
@@ -1,9 +0,0 @@
|
||||
SCRIPT_NAME=sparclynx
|
||||
OUTPUT_FORMAT="coff-sparc-lynx"
|
||||
# This is what LynxOS /lib/init1.o wants.
|
||||
ENTRY=__main
|
||||
# following are dubious
|
||||
TARGET_PAGE_SIZE=0x1000
|
||||
TEXT_START_ADDR=0
|
||||
NONPAGED_TEXT_START_ADDR=0x1000
|
||||
ARCH=sparc
|
||||
Reference in New Issue
Block a user