aboutsummaryrefslogtreecommitdiff
path: root/libjava/libgcjdata.c
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2001-06-02 19:13:52 +0000
committerAnthony Green <green@gcc.gnu.org>2001-06-02 19:13:52 +0000
commit9f0fbbabfb6640168753de41404db3bfbff73e80 (patch)
tree14dd7b5b667bb53d39d2348e46274feec9b7ae9a /libjava/libgcjdata.c
parentef88b07dffa8efe53381ba11fbdff0ac63aac406 (diff)
downloadgcc-9f0fbbabfb6640168753de41404db3bfbff73e80.zip
gcc-9f0fbbabfb6640168753de41404db3bfbff73e80.tar.gz
gcc-9f0fbbabfb6640168753de41404db3bfbff73e80.tar.bz2
Remove libgcjdata hack. Fix jv-scan usage in dejagnu.
From-SVN: r42812
Diffstat (limited to 'libjava/libgcjdata.c')
-rw-r--r--libjava/libgcjdata.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/libjava/libgcjdata.c b/libjava/libgcjdata.c
deleted file mode 100644
index 94d7994..0000000
--- a/libjava/libgcjdata.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Copyright (C) 1998, 1999 Free Software Foundation
-
- 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;