aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/powerpc_darwin_mach_dep.s
AgeCommit message (Collapse)AuthorFilesLines
2016-11-30Makefile.def: Remove reference to boehm-gc target module.Matthias Klose1-178/+0
<toplevel> 2016-11-30 Matthias Klose <doko@ubuntu.com> * 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 <doko@ubuntu.com> * doc/install.texi: Document configure options --enable-objc-gc and --with-target-bdw-gc. config/ 2016-11-30 Matthias Klose <doko@ubuntu.com> * pkg.m4: New file. libobjc/ 2016-11-30 Matthias Klose <doko@ubuntu.com> * 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 <doko@ubuntu.com> Remove From-SVN: r242985
2010-12-10update boehm-gc for powerpc m64 darwin.Iain Sandoe1-34/+117
boehm-gc: * powerpc_darwin_mach_dep.s: Update for m64. Add eh frames. Do not build or use the picsymbol stub for Darwin >= 9. * tests/test.c (reverse_test): Modify count for ppc64-darwin. * pthread_support.c (GC_get_thread_stack_base): Correct a debug statement. From-SVN: r167681
2006-01-25Import Boehm GC version 6.6.Bryce McKinlay1-1/+1
From-SVN: r110204
2005-03-24darwin_stop_world.c: Update for -m64 multilib.Mike Stump1-4/+15
* darwin_stop_world.c: Update for -m64 multilib. * include/private/gcconfig.h: Likewise. * powerpc_darwin_mach_dep.s: Likewise. From-SVN: r96968
2004-08-15re PR target/14931 (ASM file in GCC for PPC darwin should use the new stub ↵Andreas Tobler1-3/+3
style) 2004-08-15 Andreas Tobler <a.tobler@schweiz.ch> PR target/14931 * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style. From-SVN: r86029
2003-07-28Initial revisionJeff Sturm1-0/+84
From-SVN: r69872