This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for ld versions Problem



Here's a patch to use ld instead of ld.so where needed.  The generated
files looked fine to me.  I hope I didn't miss anything.

Andreas

For linuxthreads/ChangeLog:
2000-04-18  Andreas Jaeger  <aj@suse.de>

	* Versions: Use ld instead of ld.so.

For ChangeLog:
2000-04-18  Andreas Jaeger  <aj@suse.de>

	* linuxthreads/Versions: Use ld instead of ld.so.

	* elf/Makefile (ld-map): Use ld.map.

	* Versions.def: Use ld instead of ld.so.
	* elf/Versions: Likewise.
	* sysdeps/mach/hurd/Versions: Likewise.

============================================================
Index: elf/Makefile
--- elf/Makefile	2000/03/31 17:07:47	1.146
+++ elf/Makefile	2000/04/19 03:12:25
@@ -50,7 +50,7 @@
 before-compile = $(objpfx)trusted-dirs.h
 
 ifeq ($(versioning),yes)
-ld-map		= $(common-objpfx)ld.so.map
+ld-map		= $(common-objpfx)ld.map
 endif
 
 ifeq (yes,$(build-shared))
============================================================
Index: elf/Versions
--- elf/Versions	2000/04/03 03:39:50	1.19
+++ elf/Versions	2000/04/19 03:12:25
@@ -16,7 +16,7 @@
   }
 }
 
-ld.so {
+ld {
   GLIBC_2.0 {
     # global variables
     _dl_debug_impcalls; _dl_debug_fd;
============================================================
Index: linuxthreads/Versions
--- linuxthreads/Versions	2000/04/16 00:57:18	1.20
+++ linuxthreads/Versions	2000/04/19 03:12:25
@@ -22,7 +22,7 @@
   }
 }
 
-ld.so {
+ld {
   GLIBC_2.0 {
     # Internal libc interface to libpthread
     __libc_internal_tsd_get; __libc_internal_tsd_set;
============================================================
Index: Versions.def
--- Versions.def	2000/04/11 06:54:02	1.24
+++ Versions.def	2000/04/19 03:12:25
@@ -80,7 +80,7 @@
 libdb1 {
   GLIBC_2.0
 }
-ld.so {
+ld {
   GLIBC_2.0
   GLIBC_2.1
   GLIBC_2.1.1
============================================================
Index: sysdeps/mach/hurd/Versions
--- sysdeps/mach/hurd/Versions	2000/03/30 19:26:34	1.5
+++ sysdeps/mach/hurd/Versions	2000/04/19 03:15:13
@@ -9,7 +9,7 @@
   }
 }
 
-ld.so {
+ld {
   GLIBC_2.0 {
     # variables that must be shared with libc
     __hurd_sigthread_stack_base; __hurd_sigthread_stack_end;

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de
    currently: aj@oss.sgi.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]