aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-02 22:01:53 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-02 22:01:53 +0000
commited601bea1c9dd09ba488acdbb2431d112580dd2d (patch)
tree7671d53f484088cd70d0d29b0e2df35522fcdca9 /ld/Makefile.in
parenta4d2a48e42bbd0c565936a579b1abf9208dfd373 (diff)
downloadgdb-ed601bea1c9dd09ba488acdbb2431d112580dd2d.zip
gdb-ed601bea1c9dd09ba488acdbb2431d112580dd2d.tar.gz
gdb-ed601bea1c9dd09ba488acdbb2431d112580dd2d.tar.bz2
Add support for SunOS shared libraries.
* aout.sc: Don't define __DYNAMIC here. Add new sections used by shared library support code. * emultempl/sunos.em: New file. * emulparams/sun4.sh (TEMPLATE_NAME): Define as sunos. * Makefile.in (esun4.c): Depend upon sunos.em, not generic.em.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index e1c8701..a80cb4b 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -252,7 +252,7 @@ GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh ${srcdir} ${libdir} ${host_alias}
GEN_DEPENDS = $(srcdir)/genscripts.sh $(srcdir)/emultempl/stringify.sed
esun4.c: $(srcdir)/emulparams/sun4.sh \
- $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
+ $(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}