Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:
[deliverable/binutils-gdb.git] / gprof / sparc.h
index 0287b88fc69bb46d3f8d7f297b790032f3a9dece..a5b46ad89f0cd0841e2cc867f79aa139ef9c750d 100644 (file)
@@ -27,6 +27,6 @@
      * offset (in bytes) of the code from the entry address of a routine.
      * (see asgnsamples for use and explanation.)
      */
-#define OFFSET_OF_CODE 0
-#define        UNITS_TO_CODE   (OFFSET_OF_CODE / sizeof(UNIT))
+#define OFFSET_TO_CODE 0
+#define        UNITS_TO_CODE   (OFFSET_TO_CODE / sizeof(UNIT))
 
This page took 0.023179 seconds and 4 git commands to generate.