]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/lto-symtab.h
frv: Don't generate dynamic relocation for non SEC_ALLOC sections
[thirdparty/binutils-gdb.git] / include / lto-symtab.h
index 5a56cd37cdf037b494083fa2407f425b8240c755..81a288f5fb6b83a9f11d2f4c5419ebfb442180ec 100644 (file)
@@ -1,5 +1,5 @@
 /* Data types used in the IL symbol table.
-   Copyright (C) 2009-2019 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  */