From 85e38cfa01d6ac71297b26b5c653c35a891e8932 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Mon, 7 Dec 1992 16:49:54 +0000 Subject: -y support * ld.texinfo: new doc. * ldgram.y, ldlex.l: understand -y * ldmain.c (Q_enter_file_symbols): if had -y, lookup symbol and print info. (add_ysym): new function. * ldsym.h: (ldsym_type): new define SYM_Y. --- ld/ldsym.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ld/ldsym.h') 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; -- cgit v1.1