source: trunk/third/gcc/libjava/libgcjdata.c @ 16960

Revision 16960, 338 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16959, which included commits to RCS files with non-trunk default branches.
Line 
1/* Copyright (C) 1998, 1999  Free Software Foundation
2
3   This file is part of libgcj.
4
5This software is copyrighted work licensed under the terms of the
6Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
7details.  */
8
9/* Some systems need data_start defined so the GC be built as a shared
10   library.  */
11
12int data_start = 0;
Note: See TracBrowser for help on using the repository browser.