aboutsummaryrefslogtreecommitdiff
path: root/ld/ldsym.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldsym.h')
-rw-r--r--ld/ldsym.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/ldsym.h b/ld/ldsym.h
index db487ac..49fcb80 100644
--- a/ld/ldsym.h
+++ b/ld/ldsym.h
@@ -56,6 +56,8 @@ typedef struct user_symbol_struct
/* If this symbol explicitly should be kept, despite discarding
most others. */
#define SYM_KEEP 8
+ /* If its got -y set */
+#define SYM_Y 16
int flags;
} ldsym_type;