K 10 svn:author V 3 bde K 8 svn:date V 27 2002-02-21T07:12:57.000000Z K 7 svn:log V 519 Moved the definition of the machine-independent macro UNITS_TO_CODE from machine-dependent headers to the one non-header here it is used so that it is easier to fix. This macro just divides the machine-dependent offset OFFSET_OF_CODE by the machine-independent scale factor sizeof(UNIT), as required for bug for bug compatibility with the scaling of pc's in gprof.c. UNIT is the type of a profiling counter, and its size has nothing to do with the correct scale factor except both are usually 2. END