aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-28 19:18:07 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-28 19:18:07 +0000
commit630f4ac9c6e6a705230173f9cc5f675b36696660 (patch)
tree3e7d242383f5c1cba3e0770e60ff178e07400f28 /ld/ChangeLog
parenta69bb1fa31d713afeee88b12f6e816ea761308d7 (diff)
downloadgdb-630f4ac9c6e6a705230173f9cc5f675b36696660.zip
gdb-630f4ac9c6e6a705230173f9cc5f675b36696660.tar.gz
gdb-630f4ac9c6e6a705230173f9cc5f675b36696660.tar.bz2
* ld.h (parsing_defsym): Declare.
* ldlex.h (lex_string): Declare. * ldlex.l (lex_string): Define. * lexsup.c (parsing_defsym): Define. (parse_args): In OPTION_DEFSYM case, set lex_string before calling lex_redirect, and clear it after calling yyparse. Set parsing_defsym around call to yyparse. * ldmain.c (main): Set lex_string before calling lex_redirect, and clear it after calling yyparse. * ldmisc.c (vfinfo): For %S, handle --defsym arguments and built in linker scripts correctly. PR 8092.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0601513..9155593 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,17 @@
Thu Sep 28 12:34:13 1995 Ian Lance Taylor <ian@cygnus.com>
+ * ld.h (parsing_defsym): Declare.
+ * ldlex.h (lex_string): Declare.
+ * ldlex.l (lex_string): Define.
+ * lexsup.c (parsing_defsym): Define.
+ (parse_args): In OPTION_DEFSYM case, set lex_string before calling
+ lex_redirect, and clear it after calling yyparse. Set
+ parsing_defsym around call to yyparse.
+ * ldmain.c (main): Set lex_string before calling lex_redirect, and
+ clear it after calling yyparse.
+ * ldmisc.c (vfinfo): For %S, handle --defsym arguments and built
+ in linker scripts correctly.
+
* scripttempl/sparccoff.sc: Add .ctors/.dtors handling like other
COFF targets, allowing for the leading underscore used on SPARC
COFF.