diff options
author | Bryce McKinlay <bryce@waitaki.otago.ac.nz> | 2001-05-21 08:37:04 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2001-05-21 09:37:04 +0100 |
commit | 1f4eb17d51fe16f433f6cd7a9769701ec73d847a (patch) | |
tree | bd1dc93ef26d4c2030de92c336aa13eeadcf42ee /libjava/libltdl/ChangeLog | |
parent | 9110a741e35c54e46c00662ddc420575376c5947 (diff) | |
download | gcc-1f4eb17d51fe16f433f6cd7a9769701ec73d847a.zip gcc-1f4eb17d51fe16f433f6cd7a9769701ec73d847a.tar.gz gcc-1f4eb17d51fe16f433f6cd7a9769701ec73d847a.tar.bz2 |
configure.in: Update boehm-gc include dir for new GC version.
* configure.in: Update boehm-gc include dir for new GC version.
* configure: Rebuilt.
* exception.cc: Only include <gc.h>. Remove TRUE/FALSE hacks and
extern "C" wrapper.
* boehm.cc: Update includes for new GC version. MAKE_PROC is now
GC_MAKE_PROC. mark_proc is now GC_mark_proc.
* posix-threads.cc: Only include <gc.h>. Don't need to wrap with
extern "C".
From-SVN: r42380
Diffstat (limited to 'libjava/libltdl/ChangeLog')
-rw-r--r-- | libjava/libltdl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/libltdl/ChangeLog b/libjava/libltdl/ChangeLog index a013585..f54c4e4 100644 --- a/libjava/libltdl/ChangeLog +++ b/libjava/libltdl/ChangeLog @@ -1,3 +1,8 @@ +2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz> + + * configure.in: Use correct include dir for new Boehm GC. + * configure: Rebuilt. + 2000-09-10 Alexandre Oliva <aoliva@redhat.com> * Updated from libtool multi-language branch. |