diff gcc/objc/objc-next-metadata-tags.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
line wrap: on
line diff
--- a/gcc/objc/objc-next-metadata-tags.h	Thu Oct 25 07:37:49 2018 +0900
+++ b/gcc/objc/objc-next-metadata-tags.h	Thu Feb 13 11:34:05 2020 +0900
@@ -1,5 +1,5 @@
 /* Declarations for meta-data attribute tags.
-   Copyright (C) 2011-2018 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 Free Software Foundation, Inc.
    Contributed by Iain Sandoe
 
 This file is part of GCC.
@@ -74,6 +74,8 @@
 
   OCTI_RT_META_CONST_STR,
 
+  OCTI_RT_META_IVAR_REF,
+
   OCTI_RT_META_MAX
 };
 
@@ -167,6 +169,8 @@
 
 #define meta_const_str	objc_rt_trees[OCTI_RT_META_CONST_STR]
 
+#define meta_ivar_ref	objc_rt_trees[OCTI_RT_META_IVAR_REF]
+
 #define OBJCMETA(DECL,VERS,KIND)					\
   if (VERS)								\
     DECL_ATTRIBUTES (DECL) = build_tree_list ((VERS), (KIND));