On Sunday 15 April 2012 22:37:17 Mike Frysinger wrote: > - initfini.c -> crt{i,n}.S split HJ: i recall you doing ia64 work from time to time. i don't suppose you could review these two smallish files to make sure i didn't screw anything up ? or poke someone who would know ? the ia64 initfini.c was a bit odd in that it didn't call the gmon init funcs from the .init section but rather via the .init_array. i know these are working somewhat because in an earlier version, the pthread init funcs weren't getting called leading to many many test failures. once i fixed that up, all the tests magically started working :). -mike