patches/dmalloc/5.5.2/110-block_size.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 17 18:29:35 2011 +0200 (2011-07-17)
changeset 2926 d304c8a7bfa8
permissions -rw-r--r--
binutils: split binutils to backend/frontend, a-la cc_core

Move the actual binutils code to a backend function that builds the
required combo of build/host/target as requested by a frontend.

This split is currently a no-op, but is required for the upcoming
canadian-cross rework, where we'll be needing to build two binutils,
one for build/build/target, and one for build/host/target.

This applies to the three binutils:
- GNU binutils
- elf2flt
- sstrip

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 This patch sets the page size to a default 12, that is a 4KiB block size.
     2 Testing for the correct block-size is impossible when cross-compiling.
     3 
     4 It was build up by Yann E. MORIN <yann.morin.1998@anciens.enib.fr> from some
     5 bits gathered from buildroot, which is LGPL v2.1
     6 License for dmalloc is:
     7  * Permission to use, copy, modify, and distribute this software for
     8  * any purpose and without fee is hereby granted, provided that the
     9  * above copyright notice and this permission notice appear in all
    10  * copies, and that the name of Gray Watson not be used in advertising
    11  * or publicity pertaining to distribution of the document or software
    12  * without specific, written prior permission.
    13  *
    14  * Gray Watson makes no representations about the suitability of the
    15  * software described herein for any purpose.  It is provided "as is"
    16  * without express or implied warranty.
    17 
    18 I personnaly believe that the resulting code should therefore be
    19 LGPL v2.1, but don't believe me, ask your lawyers!
    20 
    21 diff -dur dmalloc-5.5.2.orig/configure dmalloc-5.5.2/configure
    22 --- dmalloc-5.5.2.orig/configure	2007-05-14 19:26:14.000000000 +0200
    23 +++ dmalloc-5.5.2/configure	2007-05-18 11:38:25.000000000 +0200
    24 @@ -5306,7 +5306,7 @@
    25  
    26  echo "$as_me:$LINENO: checking basic-block size" >&5
    27  echo $ECHO_N "checking basic-block size... $ECHO_C" >&6
    28 -ac_cv_page_size=0
    29 +ac_cv_page_size=12
    30  if test $ac_cv_page_size = 0; then
    31     if test "$cross_compiling" = yes; then
    32    { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling