Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc.Change the arch files only include the .S files.This adds imaxdiv() to some archs where it was missing.
Add C99 functions imaxabs and imaxdiv.
build erand48_ieee754.c on everything but vax
Add ISO C99 long long integer general utility interfaces; partially addressesPR standards/9482.
A foolish consistency... gen, net, and string all get MD sourcesspecified by including a Makefile.inc from the appropriate MD directory.stdlib doesn't do that, but there's no reason that it should
A foolish consistency... gen, net, and string all get MD sourcesspecified by including a Makefile.inc from the appropriate MD directory.stdlib doesn't do that, but there's no reason that it shouldn't (andit'd be nice to eliminate the 'if's from the MI stdlib Makefile.inc).
show more ...