projects
/
platform
/
upstream
/
linaro-gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e554fd9
)
(DECL_IN_TEXT_SECTION): New macro.
author
rms
<rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 1993 08:22:18 +0000
(08:22 +0000)
committer
rms
<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
patch
|
blob
|
history
diff --git
a/gcc/tree.h
b/gcc/tree.h
index
0597c6b
..
50b4d7e
100644
(file)
--- a/
gcc/tree.h
+++ b/
gcc/tree.h
@@
-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. */