[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r5882 - in /branches/eglibc-2_7: libc/ChangeLog.eglibc libc/Versions.def ports/ChangeLog.eglibc ports/sysdeps/arm/eabi/Versions



Author: joseph
Date: Fri Apr 11 05:56:30 2008
New Revision: 5882

Log:
ports:
2008-04-11  Paul Brook  <paul@xxxxxxxxxxxxxxxx>

	* sysdeps/arm/eabi/Versions: Add __gnu_mcount_nc.

libc:
2008-04-11  Paul Brook  <paul@xxxxxxxxxxxxxxxx>

	* Versions.def: Add GLIBC_2.8 for backported symbols.

Modified:
    branches/eglibc-2_7/libc/ChangeLog.eglibc
    branches/eglibc-2_7/libc/Versions.def
    branches/eglibc-2_7/ports/ChangeLog.eglibc
    branches/eglibc-2_7/ports/sysdeps/arm/eabi/Versions

Modified: branches/eglibc-2_7/libc/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_7/libc/ChangeLog.eglibc (original)
+++ branches/eglibc-2_7/libc/ChangeLog.eglibc Fri Apr 11 05:56:30 2008
@@ -1,3 +1,7 @@
+2008-04-11  Paul Brook  <paul@xxxxxxxxxxxxxxxx>
+
+	* Versions.def: Add GLIBC_2.8 for backported symbols.
+
 2008-02-23  Daniel Jacobowitz  <dan@xxxxxxxxxxxxxxxx>
 
 	PR nptl/3270

Modified: branches/eglibc-2_7/libc/Versions.def
==============================================================================
--- branches/eglibc-2_7/libc/Versions.def (original)
+++ branches/eglibc-2_7/libc/Versions.def Fri Apr 11 05:56:30 2008
@@ -24,6 +24,7 @@
   GLIBC_2.5
   GLIBC_2.6
   GLIBC_2.7
+  GLIBC_2.8
 %ifdef USE_IN_LIBIO
   HURD_CTHREADS_0.3
 %endif

Modified: branches/eglibc-2_7/ports/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_7/ports/ChangeLog.eglibc (original)
+++ branches/eglibc-2_7/ports/ChangeLog.eglibc Fri Apr 11 05:56:30 2008
@@ -1,3 +1,7 @@
+2008-04-11  Paul Brook  <paul@xxxxxxxxxxxxxxxx>
+
+	* sysdeps/arm/eabi/Versions: Add __gnu_mcount_nc.
+
 2008-04-02  Paul Brook  <paul@xxxxxxxxxxxxxxxx>
 
 	Backport from trunk.

Modified: branches/eglibc-2_7/ports/sysdeps/arm/eabi/Versions
==============================================================================
--- branches/eglibc-2_7/ports/sysdeps/arm/eabi/Versions (original)
+++ branches/eglibc-2_7/ports/sysdeps/arm/eabi/Versions Fri Apr 11 05:56:30 2008
@@ -14,4 +14,7 @@
     # Helper routines
     __gnu_Unwind_Find_exidx;
   }
+  GLIBC_2.8 {
+    __gnu_mcount_nc;
+  }
 }