libctf, ld, binutils: add textual error/warning reporting for libctf
[deliverable/binutils-gdb.git] / include / lto-symtab.h
index e5326a2fedb32e1ba21f1a50521fe95d630ee1d4..81a288f5fb6b83a9f11d2f4c5419ebfb442180ec 100644 (file)
@@ -1,5 +1,5 @@
 /* Data types used in the IL symbol table.
-   Copyright (C) 2009-2018 Free Software Foundation, Inc.
+   Copyright (C) 2009-2020 Free Software Foundation, Inc.
    Contributed by Rafael Espindola <espindola@google.com>
 
 This file is part of GCC.
@@ -38,4 +38,17 @@ enum gcc_plugin_symbol_visibility
     GCCPV_HIDDEN
   };
 
+enum gcc_plugin_symbol_type
+{
+  GCCST_UNKNOWN,
+  GCCST_FUNCTION,
+  GCCST_VARIABLE
+};
+
+enum gcc_plugin_symbol_section_kind
+{
+  GCCSSK_DEFAULT,
+  GCCSSK_BSS
+};
+
 #endif /* GCC_LTO_SYMTAB_H  */
This page took 0.023113 seconds and 4 git commands to generate.