From 13e7b3562bf8212bec68e4945aca58185aa35ed5 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 1 Apr 2009 07:04:49 +0200 Subject: [PATCH] Rename ld-version-script to lib-symbol-versions. --- ChangeLog | 8 ++++++++ MODULES.html.sh | 1 + NEWS | 2 ++ doc/ld-version-script.texi | 6 +++--- modules/{ld-version-script => lib-symbol-versions} | 0 5 files changed, 14 insertions(+), 3 deletions(-) rename modules/{ld-version-script => lib-symbol-versions} (100%) diff --git a/ChangeLog b/ChangeLog index 3bf424d28..bcf192ba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-04-01 Simon Josefsson + + Rename ld-version-script to lib-symbol-versions. Suggested by + Bruno Haible . + * modules/ld-version-script: Renamed to lib-symbol-versions. + * doc/ld-version-script.texi: Fix module name. + * MODULES.html.sh: Add lib-symbol-versions. + 2009-03-31 Simon Josefsson * modules/u64-tests: New file. diff --git a/MODULES.html.sh b/MODULES.html.sh index ecfda7228..41758956c 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -3132,6 +3132,7 @@ func_all_modules () func_module include_next func_module ldd func_module lib-ignore + func_module lib-symbol-versions func_module link-warning func_module no-c++ func_module relocatable-lib diff --git a/NEWS b/NEWS index b975d0279..73e0c7e30 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ User visible incompatible changes Date Modules Changes +2009-04-01 ld-version-script Renamed to lib-symbol-versions. + 2009-03-20 close The substituted variable LIB_CLOSE is removed. 2009-03-05 filevercmp Move hidden files up in ordering. diff --git a/doc/ld-version-script.texi b/doc/ld-version-script.texi index fd57a0889..e1feff5f4 100644 --- a/doc/ld-version-script.texi +++ b/doc/ld-version-script.texi @@ -1,9 +1,9 @@ i@node LD Version Scripts @section LD Version Scripts -The @code{ld-version-script} module can be used to add shared library -versioning support. Currently, only GNU LD and the Solaris linker -supports this. +The @code{lib-symbol-versions} module can be used to add shared +library versioning support. Currently, only GNU LD and the Solaris +linker supports this. Version scripts provides information that can be used by GNU/Linux distribution packaging tools. For example, Debian has a tool diff --git a/modules/ld-version-script b/modules/lib-symbol-versions similarity index 100% rename from modules/ld-version-script rename to modules/lib-symbol-versions -- 2.11.0