From 114bf3f172d0f215a576d8964b95c0a4608563e0 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Wed, 30 Nov 2016 00:12:45 +0000 Subject: Makefile.def: Remove reference to boehm-gc target module. 2016-11-30 Matthias Klose * Makefile.def: Remove reference to boehm-gc target module. * configure.ac: Include pkg.m4, check for --with-target-bdw-gc options and for the bdw-gc pkg-config module. * configure: Regenerate. * Makefile.in: Regenerate. gcc/ 2016-11-30 Matthias Klose * doc/install.texi: Document configure options --enable-objc-gc and --with-target-bdw-gc. config/ 2016-11-30 Matthias Klose * pkg.m4: New file. libobjc/ 2016-11-30 Matthias Klose * configure.ac (--enable-objc-gc): Allow to configure with a system provided boehm-gc. * configure: Regenerate. * Makefile.in (OBJC_BOEHM_GC_LIBS): Get value from configure. * gc.c: Include system bdw-gc headers. * memory.c: Likewise * objects.c: Likewise boehm-gc/ 2016-11-30 Matthias Klose Remove From-SVN: r242985 --- libobjc/objects.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libobjc/objects.c') diff --git a/libobjc/objects.c b/libobjc/objects.c index 056f82d..09aa049 100644 --- a/libobjc/objects.c +++ b/libobjc/objects.c @@ -31,8 +31,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include /* For memcpy() */ #if OBJC_WITH_GC -# include -# include +# include +# include #endif /* FIXME: The semantics of extraBytes are not really clear. */ -- cgit v1.1