libelf and ltrace are now no longer EXPERIMENTAL.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Oct 25 16:32:11 2008 +0000 (2008-10-25)
changeset 97734a6d63fd7ab
parent 976 a29361d5b9fc
child 978 6fb2957169ac
libelf and ltrace are now no longer EXPERIMENTAL.
Remove old versions that never worked.

/trunk/config/debug/ltrace.in | 14 4 10 0 ++++----------
/trunk/config/tools/libelf.in | 5 0 5 0 -----
2 files changed, 4 insertions(+), 15 deletions(-)
config/debug/ltrace.in
config/tools/libelf.in
     1.1 --- a/config/debug/ltrace.in	Sat Oct 25 16:17:20 2008 +0000
     1.2 +++ b/config/debug/ltrace.in	Sat Oct 25 16:32:11 2008 +0000
     1.3 @@ -4,20 +4,15 @@
     1.4  config DEBUG_ltrace
     1.5      select TOOL_libelf
     1.6      help
     1.7 -      ltrace is currently BROKEN! It depends on libelf, and I don't
     1.8 -      know how to configure/compile that so that ltrace can successfully
     1.9 -      use it. If you manage to build ltrace (and libelf!), please be so
    1.10 -      kind as to tell me! Thank you!
    1.11 +      ltrace is a program that simply runs the specified command until it exits.
    1.12 +      It intercepts and records the dynamic library calls which are called by
    1.13 +      the executed process and the signals which are received by that process.
    1.14 +      It can also intercept and print the system calls executed by the program.
    1.15  
    1.16  choice
    1.17      bool
    1.18      prompt "ltrace version"
    1.19  
    1.20 -config LTRACE_V_0_3_36
    1.21 -    bool
    1.22 -    prompt "0.3.36 (OBSOLETE)"
    1.23 -    depends on OBSOLETE
    1.24 -
    1.25  config LTRACE_V_0_4
    1.26      bool
    1.27      prompt "0.4"
    1.28 @@ -28,7 +23,6 @@
    1.29  
    1.30  config LTRACE_VERSION
    1.31      string
    1.32 -    default "0.3.36" if LTRACE_V_0_3_36
    1.33      default "0.4" if LTRACE_V_0_4
    1.34  # CT_INSERT_VERSION_STRING_ABOVE
    1.35  # # Don't remove above line!
     2.1 --- a/config/tools/libelf.in	Sat Oct 25 16:17:20 2008 +0000
     2.2 +++ b/config/tools/libelf.in	Sat Oct 25 16:32:11 2008 +0000
     2.3 @@ -1,4 +1,3 @@
     2.4 -# EXPERIMENTAL
     2.5  # libelf config file
     2.6  
     2.7  config TOOL_libelf
     2.8 @@ -6,10 +5,6 @@
     2.9        libelf lets you read, modify or create ELF files in an
    2.10        architecture-independent way.
    2.11  
    2.12 -      libelf is BROKEN! If you manage to make it actually _work_,
    2.13 -      please be so kind as to tell me. (By working, I mean it is
    2.14 -      useable at least by ltrace.) Thank you!
    2.15 -
    2.16  choice
    2.17      bool
    2.18      prompt "libelf version"