(DECL_IN_TEXT_SECTION): New macro.
authorRichard Stallman <rms@gnu.org>
Thu, 4 Nov 1993 08:22:18 +0000 (08:22 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 4 Nov 1993 08:22:18 +0000 (08:22 +0000)
From-SVN: r5992

gcc/tree.h

index 0597c6b29ab320f5be5ce24d5dab47ff7b158e9c..50b4d7ea57c21f82da2b7a3fdec313fb6b22a18a 100644 (file)
@@ -873,6 +873,9 @@ struct tree_type
 #define DECL_TOO_LATE(NODE) ((NODE)->decl.bit_field_flag)
 /* In a FUNCTION_DECL, nonzero means a built in function.  */
 #define DECL_BUILT_IN(NODE) ((NODE)->decl.bit_field_flag)
+/* In a VAR_DECL that's static,
+   nonzero if the space is in the text section.  */
+#define DECL_IN_TEXT_SECTION(NODE) ((NODE)->decl.bit_field_flag)
 
 /* Used in VAR_DECLs to indicate that the variable is a vtable.
    It is also used in FIELD_DECLs for vtable pointers.  */