aboutsummaryrefslogtreecommitdiff
path: root/libjava/libgcjdata.c
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/libgcjdata.c
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/libgcjdata.c')
-rw-r--r--libjava/libgcjdata.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/libjava/libgcjdata.c b/libjava/libgcjdata.c
new file mode 100644
index 0000000..c5dc5b1
--- /dev/null
+++ b/libjava/libgcjdata.c
@@ -0,0 +1,12 @@
+/* Copyright (C) 1998, 1999 Cygnus Solutions
+
+ This file is part of libgcj.
+
+This software is copyrighted work licensed under the terms of the
+Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
+details. */
+
+/* Some systems need data_start defined so the GC be built as a shared
+ library. */
+
+int data_start = 0;