X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=boehm-gc%2FChangeLog;h=5b9ce7d4e6de8875214da02901d7fe8886e1fb4e;hb=801ff5b246d424cd20c9cab75842f97c84010730;hp=60eac094906eddad6d028ad3388dfd97b4b17749;hpb=f689887926c2909310f4d1b3af8b394d1aec4be6;p=pf3gnuchains%2Fgcc-fork.git diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 60eac094906..5b9ce7d4e6d 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,31 @@ +2008-04-18 Paolo Bonzini + + PR bootstrap/35457 + * aclocal.m4: Regenerate. + * configure: Regenerate. + +2008-03-16 Ralf Wildenhues + + * aclocal.m4: Regenerate. + * configure: Likewise. + * Makefile.in: Likewise. + * include/Makefile.in: Likewise. + +2007-02-19 Andreas Tobler + + * dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro + GC_GETSECTBYNAME instead. + * include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the + architecture (Darwin). + +2008-01-26 Richard Sandiford + + * include/private/gcconfig.h (HBLKSIZE): Define for MIPS. + +2008-01-24 David Edelsohn + + * configure: Regenerate. + 2007-10-10 John David Anglin PR boehm-gc/33442