K 10 svn:author V 3 bde K 8 svn:date V 27 2004-05-23T18:27:14.000000Z K 7 svn:log V 458 Adjusted for amd64 after repo-copy. The adjustments are routine, except: - perfmon headers must be avoided until perfmon is supported. - all call-used registers including return registers must be preserved by .mcount(), etc., not quite as in profile.h. __cyg_profile_func_*() don't require this, but they are (mis)implemented as aliases for .mcount(), etc. so they preserve the registers. - i386 ifdefs related to perfmon have not been adjusted yet. END