OSDN Git Service

(DECL_IN_TEXT_SECTION): New macro.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 1993 08:22:18 +0000 (08:22 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 1993 08:22:18 +0000 (08:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5992 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tree.h

index 0597c6b..50b4d7e 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.  */