On Tue, Aug 25, 2015 at 07:10:23PM +0200, FX wrote: > > Certainly, the dead code can go. But,is this changing the library ABI? > > > > troutmask:fvwm:kargl[764] nm /mnt/sgk/work/6/lib/libgfortran.a | grep show_ > > 0000000000000000 T _gfortrani_show_variables > > 0000000000000000 t show_boolean > > 0000000000000000 t show_integer > > 0000000000000000 t show_sep > > 0000000000000000 t show_string > > 0000000000000000 T _gfortrani_show_locus > > Nope, none of those functions are actually publicly exported. > They are not in gfortran.map, being either static, or having > _gfortrani_ prefix which means internal libgfortran use. >
OK. Just checking. Thanks for the code cleanup. -- Steve