On Mon, Jun 4, 2012 at 11:08 PM, Eric Botcazou <ebotca...@adacore.com> wrote: >> Hmm, Mach-O does have BSS. > > OK, bad memory, this was for Tru64.
... which has been deprecated for GCC 4.7 (see http://gcc.gnu.org/gcc-4.7/changes.html). Support for Tru64 has already been removed on trunk. Tru64 was ECOFF, right? That means that Tru64 also has BSS (http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V50A_ACRO_SUP/OBJSPEC.PDF). Did GCC support that for Tru64 too? Is there a test case, so that I can see what GCC 4.7 for Tru64 does with it, without and with this code in utils.c? Ciao! Steven