This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update Versions.def


I'm about to submit some changes to the ARM port which allow it to support
the new ARM EABI.  Since it's incompatible with existing ARM binaries, I
took the opportunity to raise the minimum compatible version to GLIBC_2.4;
that revealed two missing entries in Versions.def.  There are explicit
GLIBC_2.3.4 symbols exported by both libdl and librt, but no entries in
Versions.def for those versions.

It's presumably a bug in versions.awk that it doesn't complain about this
unless the version is being skipped.  I'm not comfortable in awk, though, so
I didn't try to fix it.

-- 
Daniel Jacobowitz
CodeSourcery, LLC

2005-03-22  Daniel Jacobowitz  <dan@codesourcery.com>

	* Versions.def (libdl, librt): Add GLIBC_2.3.4.

Index: glibc/Versions.def
===================================================================
--- glibc.orig/Versions.def	2005-03-09 11:38:52.000000000 -0500
+++ glibc/Versions.def	2005-03-21 14:15:01.000000000 -0500
@@ -36,6 +36,7 @@ libdl {
   GLIBC_2.0
   GLIBC_2.1
   GLIBC_2.3.3
+  GLIBC_2.3.4
 }
 libm {
   GLIBC_2.0
@@ -91,6 +92,7 @@ librt {
   GLIBC_2.2
   GLIBC_2.3
   GLIBC_2.3.3
+  GLIBC_2.3.4
 }
 libutil {
   GLIBC_2.0


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