comparison gcc/dbgcnt.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Debug counter for debugging support 1 /* Debug counter for debugging support
2 Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 2 Copyright (C) 2006-2017 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
21 21
22 #include "config.h" 22 #include "config.h"
23 #include "system.h" 23 #include "system.h"
24 #include "coretypes.h" 24 #include "coretypes.h"
25 #include "diagnostic-core.h" 25 #include "diagnostic-core.h"
26 #include "tm.h" 26 #include "dumpfile.h"
27 #include "rtl.h"
28 #include "output.h"
29 27
30 #include "dbgcnt.h" 28 #include "dbgcnt.h"
31 29
32 struct string2counter_map { 30 struct string2counter_map {
33 const char *name; 31 const char *name;