changeset 11440:e6b25d0df170

Rename ld-version-script to lib-symbol-versions.
author Simon Josefsson <simon@josefsson.org>
date Wed, 01 Apr 2009 07:04:49 +0200
parents 6e7d92bffeec
children e89e1991ce01
files ChangeLog MODULES.html.sh NEWS doc/ld-version-script.texi modules/ld-version-script modules/lib-symbol-versions
diffstat 6 files changed, 28 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-01  Simon Josefsson  <simon@josefsson.org>
+
+	Rename ld-version-script to lib-symbol-versions.  Suggested by
+	Bruno Haible <bruno@clisp.org>.
+	* 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  <simon@josefsson.org>
 
 	* modules/u64-tests: New file.
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -3132,6 +3132,7 @@
   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
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@
 
 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.
--- 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
deleted file mode 100644
--- a/modules/ld-version-script
+++ /dev/null
@@ -1,14 +0,0 @@
-Description:
-Macros to test whether LD support --linker-script.
-
-Files:
-m4/ld-version-script.m4
-
-configure.ac:
-gl_LD_VERSION_SCRIPT
-
-License:
-unlimited
-
-Maintainer:
-Simon Josefsson
new file mode 100644
--- /dev/null
+++ b/modules/lib-symbol-versions
@@ -0,0 +1,14 @@
+Description:
+Macros to test whether LD support --linker-script.
+
+Files:
+m4/ld-version-script.m4
+
+configure.ac:
+gl_LD_VERSION_SCRIPT
+
+License:
+unlimited
+
+Maintainer:
+Simon Josefsson