]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- missing define (already fixed in uClibc CVS)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 May 2004 17:14:21 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uClibc-return.patch -> 1.1

uClibc-return.patch [new file with mode: 0644]

diff --git a/uClibc-return.patch b/uClibc-return.patch
new file mode 100644 (file)
index 0000000..2e7efb4
--- /dev/null
@@ -0,0 +1,13 @@
+--- uClibc-0.9.26/libc/sysdeps/linux/common/bits/machine-gmon.h.orig   2003-03-03 20:58:07.000000000 +0000
++++ uClibc-0.9.26/libc/sysdeps/linux/common/bits/machine-gmon.h        2004-05-25 16:54:29.000000000 +0000
+@@ -47,6 +47,10 @@
+ #define _MCOUNT_DECL(frompc, selfpc) \
+ static inline void mcount_internal (u_long frompc, u_long selfpc)
++#ifndef RETURN_ADDRESS
++#define RETURN_ADDRESS(n) __builtin_return_address(n)
++#endif
++
+ #define MCOUNT \
+ void _mcount (void)                                                         \
+ {                                                                           \
This page took 0.030881 seconds and 4 git commands to generate.