From f7e66391df3945f2fc69122c223102a7cc0ff55a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 2 Jun 1994 23:55:50 +0000 Subject: [PATCH] Use SunOS shared libraries on a Sun 3. --- ld/ChangeLog | 2 ++ ld/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 3e28c9b..4a545f9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -5,7 +5,9 @@ Thu Jun 2 17:24:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) shared library support code. * emultempl/sunos.em: New file. * emulparams/sun4.sh (TEMPLATE_NAME): Define as sunos. + * emulparams/sun3.sh (TEMPLATE_NAME): Likewise. * Makefile.in (esun4.c): Depend upon sunos.em, not generic.em. + (esun3.c): Likewise. * ldlang.c: Minor formatting cleanups. (lang_for_each_input_file): New function. diff --git a/ld/Makefile.in b/ld/Makefile.in index a80cb4b..e56300c 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -255,7 +255,7 @@ esun4.c: $(srcdir)/emulparams/sun4.sh \ $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} sun4 esun3.c: $(srcdir)/emulparams/sun3.sh \ - $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} + $(srcdir)/emultempl/sunos.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} sun3 evsta.c: $(srcdir)/emulparams/vsta.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} -- 2.7.4