summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-10-13 22:14:22 +0000
committerMark Mitchell <mark@codesourcery.com>2005-10-13 22:14:22 +0000
commit21a9ba5d8c76fa589fd41365b693a27c8e905606 (patch)
tree58b611ce924a078d34bea5b9998740bc471ff7f2
parentf3c532e25dde87be262d96f1bf72abbd01b441c3 (diff)
downloadcygnal-21a9ba5d8c76fa589fd41365b693a27c8e905606.tar.gz
cygnal-21a9ba5d8c76fa589fd41365b693a27c8e905606.tar.bz2
cygnal-21a9ba5d8c76fa589fd41365b693a27c8e905606.zip
Issue #439
Backport: 2005-10-13 Mark Mitchell <mark@codesourcery.com> * ld.texino: Describe double-quoted string syntax for version nodes. * ldlang.h (lang_new_vers_pattern): Add literal_p parameter. * ldgram.y (vers_defns): Allow NAME as well as VERS_IDENTIFIER. Adjust calls to lang_new_vers_pattern to pass literal_p argument. * ldlang.c (lang_vers_match): Fix indentation. Do not glob-match version nodes without a pattern. (lang_new_vers_pattern): Add literal_p parameter. (lang_do_version_exports_section): Pass it.
-rw-r--r--ChangeLog.csl15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 15652c6ec..10d393409 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,18 @@
+2005-10-13 Mark Mitchell <mark@codesourcery.com>
+
+ Issue #439
+ Backport:
+ 2005-10-13 Mark Mitchell <mark@codesourcery.com>
+ * ld.texino: Describe double-quoted string syntax for version
+ nodes.
+ * ldlang.h (lang_new_vers_pattern): Add literal_p parameter.
+ * ldgram.y (vers_defns): Allow NAME as well as VERS_IDENTIFIER.
+ Adjust calls to lang_new_vers_pattern to pass literal_p argument.
+ * ldlang.c (lang_vers_match): Fix indentation. Do not glob-match
+ version nodes without a pattern.
+ (lang_new_vers_pattern): Add literal_p parameter.
+ (lang_do_version_exports_section): Pass it.
+
2005-08-30 Mark Mitchell <mark@codesourcery.com>
* ld/ldmain.c (main): Use expandargv.