]> git.pld-linux.org Git - packages/uClibc.git/blame - uClibc-gcc34.patch
- ops, cleanup.
[packages/uClibc.git] / uClibc-gcc34.patch
CommitLineData
73abf1e7
PS
1--- uClibc-0.9.26/libc/sysdeps/linux/i386/bits/machine-gmon.h.orig 2003-09-07 05:17:10.000000000 +0200
2+++ uClibc-0.9.26/libc/sysdeps/linux/i386/bits/machine-gmon.h 2004-04-29 09:11:41.487725776 +0200
3@@ -30,7 +30,7 @@
4 /* We must not pollute the global namespace. */
5 #define mcount_internal __mcount_internal
6
7-extern void mcount_internal (u_long frompc, u_long selfpc);
8+extern void __attribute((regparm(2))) mcount_internal (u_long frompc, u_long selfpc);
9
10 #define _MCOUNT_DECL(frompc, selfpc) \
11 void __attribute__ (( regparm (2) )) mcount_internal (u_long frompc, u_long selfpc)
This page took 0.084259 seconds and 4 git commands to generate.