boehm.c: Don't use bitmap as gc_descr if pointer is misaligned.

gcc/java/

2007-09-06  Roman Zippel  <zippel@linux-m68k.org>

        * boehm.c: Don't use bitmap as gc_descr if pointer is misaligned.

libjava/

2007-09-06  Roman Zippel  <zippel@linux-m68k.org>

        * sysdep/m68k/locks.h: New file.
        * configure.host: Set sysdeps_dir and libgcj_interpreter for m68k.
        * configure.ac: Set SIGNAL_HANDLER for m68*-*-linux*.
        * configure: Regenerate.

From-SVN: r128191
This commit is contained in:
Roman Zippel
2007-09-06 16:39:58 +00:00
committed by Matthias Klose
parent 5ffeb913b1
commit dbc293c8e4
7 changed files with 102 additions and 0 deletions
+7
View File
@@ -1,3 +1,10 @@
2007-09-06 Roman Zippel <zippel@linux-m68k.org>
* sysdep/m68k/locks.h: New file.
* configure.host: Set sysdeps_dir and libgcj_interpreter for m68k.
* configure.ac: Set SIGNAL_HANDLER for m68*-*-linux*.
* configure: Regenerate.
2007-09-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
* configure.host(gnu*): Set use_libgcj_bc to yes.