summaryrefslogtreecommitdiff
path: root/libjava/libgcj.spec.in
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-20 02:18:11 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-20 02:18:11 +0000
commit1fa5d7a02c5a84b777d5a429e68dcf9ebdd70b7b (patch)
tree27aee16f43e9796b2ba00a8e764b53e7cabd51ea /libjava/libgcj.spec.in
parent92b80308775400a42020d01cf60bdc3d32ee221b (diff)
downloadgcc-1fa5d7a02c5a84b777d5a429e68dcf9ebdd70b7b.tar.gz
1999-12-19 Anthony Green <green@cygnus.com>
* libgcjdata.c: New file. * libgcj.spec.in: Use @LIBDATASTARTSPEC@ in startfile. * configure: Rebuilt. * configure.in (LIBDATASTARTSPEC): Force data with a known name into the program. * Makefile.in: Rebuilt. * Makefile.am: Build libgcjdata.a. * libgcj.spec.in: Use @FORCELIBGCCSPEC@ in startfile. * configure: Rebuilt. * configure.in (FORCELIBGCCSPEC): Force important parts of libgcc into every program. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31027 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/libgcj.spec.in')
-rw-r--r--libjava/libgcj.spec.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/libjava/libgcj.spec.in b/libjava/libgcj.spec.in
index cbd4498de91..46a3de85a47 100644
--- a/libjava/libgcj.spec.in
+++ b/libjava/libgcj.spec.in
@@ -8,3 +8,11 @@
*jc1: @DIVIDESPEC@ @EXCEPTIONSPEC@
+#
+# libgcc should really be a shared library. This is a design flaw
+# that causes no end of mysterious problems. If we are using the
+# GNU linker, force parts of libgcc into the program file rather
+# than picking bits up from various shared libraries.
+#
+%rename startfile startfileorig
+*startfile: %(startfileorig) @LIBDATASTARTSPEC@ @FORCELIBGCCSPEC@