> ... 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/OBJSPE >C.PDF). Did GCC support that for Tru64 too?
Sure, it has BSS since the point of the change was to put variables there. The problem was how to tell the assembler to put it there. > 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? Put this in a p.ads file: package P is Bigarray : array (1..1024*1024*256) of Character; end P; -- Eric Botcazou