diff options
Diffstat (limited to 'ld/ldsym.h')
-rw-r--r-- | ld/ldsym.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |