diff options
Diffstat (limited to 'libjava/libgcjdata.c')
-rw-r--r-- | libjava/libgcjdata.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libjava/libgcjdata.c b/libjava/libgcjdata.c new file mode 100644 index 00000000000..c5dc5b1cc1c --- /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; |