patches/glibc/2.3.2/arm-mcount_internal.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 28 21:34:41 2007 +0000 (2007-07-28)
changeset 301 2be7232a73ac
permissions -rw-r--r--
Bump version to 0.2.2.
     1 #
     2 # Submitted:
     3 # 
     4 # Robert Schwebel, 2003-12-22
     5 #  
     6 # Error:
     7 # 
     8 # ... undefined reference to mcount_internal ...
     9 # 
    10 # Description: 
    11 #
    12 # State:
    13 # 
    14 # unknown
    15 #
    16 
    17 --- glibc-2.3.2/sysdeps/arm/machine-gmon.h	2001-07-07 21:21:19.000000000 +0200
    18 +++ glibc-2.3.2-ptx/sysdeps/arm/machine-gmon.h	2003-12-21 23:58:26.000000000 +0100
    19 @@ -32,10 +32,8 @@
    20  weak_alias (_mcount, mcount)
    21  #endif
    22  
    23 -static void mcount_internal (u_long frompc, u_long selfpc);
    24 -
    25  #define _MCOUNT_DECL(frompc, selfpc) \
    26 -static void mcount_internal (u_long frompc, u_long selfpc)
    27 +void mcount_internal (u_long frompc, u_long selfpc)
    28  
    29  /* This macro/func MUST save r0, r1 because the compiler inserts
    30  	blind calls to _mount(), ignoring the fact that _mcount may