aboutsummaryrefslogtreecommitdiff
path: root/libjava/libgcj.spec.in
diff options
context:
space:
mode:
authorAnthony Green <green@cygnus.com>1999-12-20 02:18:11 +0000
committerAnthony Green <green@gcc.gnu.org>1999-12-20 02:18:11 +0000
commit7013e7cda95ba481a539a9418f3e5a818a6591c0 (patch)
tree27aee16f43e9796b2ba00a8e764b53e7cabd51ea /libjava/libgcj.spec.in
parentecf3151a7b05ef0ce14104406aa3d98a2c0601ed (diff)
downloadgcc-7013e7cda95ba481a539a9418f3e5a818a6591c0.zip
gcc-7013e7cda95ba481a539a9418f3e5a818a6591c0.tar.gz
gcc-7013e7cda95ba481a539a9418f3e5a818a6591c0.tar.bz2
libgcjdata.c: New file.
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. From-SVN: r31027
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 cbd4498..46a3de8 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@