ubsan: nios2: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / gprof / hist.h
index 0bd5320c67ab14d9db7fa3a2e57a068d031223ee..233b08f136f040978f70dda12ee48abe9d7c6a2e 100644 (file)
@@ -1,7 +1,6 @@
 /* hist.h
 
-   Copyright 2000, 2001, 2002, 2004, 2005, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2019 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -47,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.027913 seconds and 4 git commands to generate.