diff options
author | Bryce McKinlay <mckinlay@redhat.com> | 2005-02-16 04:10:42 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2005-02-16 04:10:42 +0000 |
commit | 5909b0346cca73468ebde3e747bbe21453364a03 (patch) | |
tree | 314f8a11ca03d334447c50d10982b23142d3c8de /boehm-gc/ChangeLog | |
parent | 1dd8ce20fb5066513a09788b4bdc76b2d98b0ba2 (diff) | |
download | gcc-5909b0346cca73468ebde3e747bbe21453364a03.tar.gz |
re PR libgcj/19823 (java fails with non-executable memory)
2005-02-15 Bryce McKinlay <mckinlay@redhat.com>
PR libgcj/19823
* configure.host: Set gc_use_mmap on *-linux*.
* configure.ac: Define USE_MMAP if gc_use_mmap is set.
* include/private/gc_priv.h: Include gc_config.h.
* configure, include/gc_config.h.in: Rebuilt.
From-SVN: r95094
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index b9c7c46ae05..2194ad5863f 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,11 @@ +2005-02-15 Bryce McKinlay <mckinlay@redhat.com> + + PR libgcj/19823 + * configure.host: Set gc_use_mmap on *-linux*. + * configure.ac: Define USE_MMAP if gc_use_mmap is set. + * include/private/gc_priv.h: Include gc_config.h. + * configure, include/gc_config.h.in: Rebuilt. + 2005-02-07 Hans Boehm <Hans.Boehm@hp.com> * allchblk.c (GC_allochblk_nth): Dont overlook available space if |