summaryrefslogtreecommitdiff
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
commit94608d08b58f46495500736d65f1a8c76343a386 (patch)
tree2e60cd945a70f43bad1a3b087e7a83f58d028ce6
parent1ab254230b535a84785ac6d4cc74a1ac46a8dae7 (diff)
downloadgdb-94608d08b58f46495500736d65f1a8c76343a386.tar.gz
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 15652c6ecef..10d39340976 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.