This is the mail archive of the libc-hacker@sources.redhat.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]
Other format: [Raw text]

Re: Problem with glibc mainline and linuxthreads on x86-64


Andreas Schwab will send a full analysis of the problem.

The problem can be worked around with the appended patch but I think
this is a generic problem that needs fixing in the script generating
the defines,

Andreas 

Index: Versions.def
===================================================================
RCS file: /cvs/glibc/libc/Versions.def,v
retrieving revision 1.43
diff -u -p -r1.43 Versions.def
--- Versions.def        11 Jul 2002 16:29:54 -0000      1.43
+++ Versions.def        21 Aug 2002 13:34:19 -0000
@@ -67,6 +67,7 @@ libpthread {
   GLIBC_2.1.2
   GLIBC_2.2
   GLIBC_2.2.3
+  GLIBC_2.2.5
   GLIBC_2.2.6
   GLIBC_PRIVATE
 }


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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