Make asection->id and asection->index unsigned
[deliverable/binutils-gdb.git] / gprof / hist.h
index e08cee9675544ea67fbb8aebb2793148496f4eb5..90b760caefe566dff602ad8fc346b7520649129e 100644 (file)
@@ -46,10 +46,10 @@ extern void hist_print           (void);
    we have histogram data.  Returns 1 if so and 0 otherwise.  */
 extern int hist_check_address (unsigned address);
 
-/* Given a range of addresses for a symbol, find a histogram record 
+/* Given a range of addresses for a symbol, find a histogram record
    that intersects with this range, and clips the range to that
    histogram record, modifying *P_LOWPC and *P_HIGHPC.
-   
+
    If no intersection is found, *P_LOWPC and *P_HIGHPC will be set to
    one unspecified value.  If more that one intersection is found,
    an error is emitted.  */
This page took 0.028332 seconds and 4 git commands to generate.