Sunday 8 December 2013

Controlling an executable’s stack size

I needed to increase the default stack size (8 Mb on Mac OS X Mavericks) allocated to an executable.

Tuesday 30 April 2013

Building GCC 4.8.0

These notes describe building GCC 4.8.0 for Mac OS X, with Ada, C, C++, Fortran, Objective C, Objective C++, and various GNAT tools.

Friday 8 February 2013

Patched GCC!

I just had a patch accepted to GCC! gcc/ada/init.c, r195862.
2013-02-07  Simon Wright  <simon@pushface.org>

 PR target/50678
 * init.c (__darwin_major_version): New function for x86-64/Darwin.
 (__gnat_adjust_context_for_raise) [Darwin]: Disable the workaround
 on Darwin 12 and above.

Monday 14 January 2013