[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patches] Export new ARM mcount routine
- To: patches@xxxxxxxxxx
- Subject: [patches] Export new ARM mcount routine
- From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
- Date: Fri, 4 Apr 2008 15:44:25 +0100
The patch below exports the recently added __gnu_mcount_nc routine from
libc.so. For backports to earlier branches we also need to add GLIBC_2.8 to
Versions.def
Ok?
2008-04-04 Paul Brook <paul@xxxxxxxxxxxxxxxx>
ports/
* sysdeps/arm/eabi/Versions: Add __gnu_mcount_nc.
Index: ports/sysdeps/arm/eabi/Versions
===================================================================
--- ports/sysdeps/arm/eabi/Versions (revision 203152)
+++ ports/sysdeps/arm/eabi/Versions (working copy)
@@ -14,4 +14,7 @@ libc {
# Helper routines
__gnu_Unwind_Find_exidx;
}
+ GLIBC_2.8 {
+ __gnu_mcount_nc;
+ }
}
[Earlier branches only]
Index: Versions.def
===================================================================
--- Versions.def (revision 203152)
+++ Versions.def (working copy)
@@ -22,6 +22,7 @@ libc {
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
+ GLIBC_2.8
%ifdef USE_IN_LIBIO
HURD_CTHREADS_0.3
%endif