* basic_blocks.c: Always include "gprof.h" first.
* cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gprof.c: Likewise. * hist.c: Likewise. * search_list.c: Likewise. * sym_ids.c: Likewise. * utils.c: Likewise.
This commit is contained in:
parent
7c39fb20ea
commit
ecba005fa1
11 changed files with 23 additions and 10 deletions
|
@ -1,3 +1,16 @@
|
||||||
|
2008-06-19 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* basic_blocks.c: Always include "gprof.h" first.
|
||||||
|
* cg_arcs.c: Likewise.
|
||||||
|
* cg_dfn.c: Likewise.
|
||||||
|
* cg_print.c: Likewise.
|
||||||
|
* corefile.c: Likewise.
|
||||||
|
* gprof.c: Likewise.
|
||||||
|
* hist.c: Likewise.
|
||||||
|
* search_list.c: Likewise.
|
||||||
|
* sym_ids.c: Likewise.
|
||||||
|
* utils.c: Likewise.
|
||||||
|
|
||||||
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
||||||
02110-1301, USA. */
|
02110-1301, USA. */
|
||||||
|
|
||||||
#include "libiberty.h"
|
|
||||||
#include "gprof.h"
|
#include "gprof.h"
|
||||||
|
#include "libiberty.h"
|
||||||
#include "basic_blocks.h"
|
#include "basic_blocks.h"
|
||||||
#include "corefile.h"
|
#include "corefile.h"
|
||||||
#include "gmon_io.h"
|
#include "gmon_io.h"
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
#include "libiberty.h"
|
|
||||||
#include "gprof.h"
|
#include "gprof.h"
|
||||||
|
#include "libiberty.h"
|
||||||
#include "search_list.h"
|
#include "search_list.h"
|
||||||
#include "source.h"
|
#include "source.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
#include "libiberty.h"
|
|
||||||
#include "gprof.h"
|
#include "gprof.h"
|
||||||
|
#include "libiberty.h"
|
||||||
#include "search_list.h"
|
#include "search_list.h"
|
||||||
#include "source.h"
|
#include "source.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
||||||
02110-1301, USA. */
|
02110-1301, USA. */
|
||||||
|
|
||||||
#include "libiberty.h"
|
|
||||||
#include "gprof.h"
|
#include "gprof.h"
|
||||||
|
#include "libiberty.h"
|
||||||
#include "search_list.h"
|
#include "search_list.h"
|
||||||
#include "source.h"
|
#include "source.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
||||||
02110-1301, USA. */
|
02110-1301, USA. */
|
||||||
|
|
||||||
#include "libiberty.h"
|
|
||||||
#include "gprof.h"
|
#include "gprof.h"
|
||||||
|
#include "libiberty.h"
|
||||||
#include "search_list.h"
|
#include "search_list.h"
|
||||||
#include "source.h"
|
#include "source.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
|
|
|
@ -27,8 +27,8 @@
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "libiberty.h"
|
|
||||||
#include "gprof.h"
|
#include "gprof.h"
|
||||||
|
#include "libiberty.h"
|
||||||
#include "bfdver.h"
|
#include "bfdver.h"
|
||||||
#include "search_list.h"
|
#include "search_list.h"
|
||||||
#include "source.h"
|
#include "source.h"
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
||||||
02110-1301, USA. */
|
02110-1301, USA. */
|
||||||
|
|
||||||
#include "libiberty.h"
|
|
||||||
#include "gprof.h"
|
#include "gprof.h"
|
||||||
|
#include "libiberty.h"
|
||||||
#include "search_list.h"
|
#include "search_list.h"
|
||||||
#include "source.h"
|
#include "source.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
||||||
02110-1301, USA. */
|
02110-1301, USA. */
|
||||||
|
|
||||||
#include "libiberty.h"
|
|
||||||
#include "gprof.h"
|
#include "gprof.h"
|
||||||
|
#include "libiberty.h"
|
||||||
#include "search_list.h"
|
#include "search_list.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -19,9 +19,9 @@
|
||||||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
||||||
02110-1301, USA. */
|
02110-1301, USA. */
|
||||||
|
|
||||||
|
#include "gprof.h"
|
||||||
#include "libiberty.h"
|
#include "libiberty.h"
|
||||||
#include "safe-ctype.h"
|
#include "safe-ctype.h"
|
||||||
#include "gprof.h"
|
|
||||||
#include "search_list.h"
|
#include "search_list.h"
|
||||||
#include "source.h"
|
#include "source.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
#include "demangle.h"
|
|
||||||
#include "gprof.h"
|
#include "gprof.h"
|
||||||
|
#include "demangle.h"
|
||||||
#include "search_list.h"
|
#include "search_list.h"
|
||||||
#include "source.h"
|
#include "source.h"
|
||||||
#include "symtab.h"
|
#include "symtab.h"
|
||||||
|
|
Loading…
Reference in a new issue