]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/symtab.c
sh.c: Do not include algorithm.
[thirdparty/gcc.git] / gcc / symtab.c
index 0b1a12146ccab8fc546a7c6fd90102e99346940b..29839e676f003cdf406d6059282bc035e112e4a5 100644 (file)
@@ -43,6 +43,9 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple.h"
 #include "tree-inline.h"
 #include "langhooks.h"
+#include "hash-map.h"
+#include "plugin-api.h"
+#include "ipa-ref.h"
 #include "cgraph.h"
 #include "diagnostic.h"
 #include "timevar.h"
@@ -51,7 +54,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "ipa-utils.h"
 #include "calls.h"
 
-static const char *ipa_ref_use_name[] = {"read","write","addr","alias"};
+static const char *ipa_ref_use_name[] = {"read","write","addr","alias","chkp"};
 
 const char * const ld_plugin_symbol_resolution_names[]=
 {