patches/glibc/2.3.2/arm-mcount_internal.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 17 16:22:51 2007 +0000 (2007-05-17)
changeset 96 aa1a9fbd6eb8
permissions -rw-r--r--
Debug facilities:
- add a framework to easily add new ones
- add gdb as a first debug facility
- add patches for gdb
After the kernel checked its installed headers, clean up the mess of .checked.* files.
Reorder scripts/crosstool.sh:
- dump the configuration early
- renice early
- get info about build system early, when setting up the environment
- when in cross or native, the host tools are those of the build system, and only in this case
- elapsed time calculations moved to scripts/functions
Remove handling of the color: it's gone once and for all.
Update tools/addToolVersion.sh:
- handle debug facilities
- commonalise some code
- remove dead tools (cygwin, tcc)
Point to my address for bug reports.
     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