Add function name to last changelog entry:
authorMatthias Klose <doko@gcc.gnu.org>
Thu, 6 Sep 2007 17:33:35 +0000 (17:33 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Thu, 6 Sep 2007 17:33:35 +0000 (17:33 +0000)
        * boehm.c (mark_reference_fields): Don't use bitmap as gc_descr
        if pointer is misaligned.

From-SVN: r128194

gcc/java/ChangeLog

index 42b0e49..3572271 100644 (file)
@@ -1,6 +1,7 @@
 2007-09-06  Roman Zippel  <zippel@linux-m68k.org>
 
-       * boehm.c: Don't use bitmap as gc_descr if pointer is misaligned.
+       * boehm.c (mark_reference_fields): Don't use bitmap as gc_descr
+       if pointer is misaligned.
 
 2007-09-06  Tom Tromey  <tromey@redhat.com>