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(-)
This commit is contained in:
Yann E. MORIN" 2008-10-25 16:32:11 +00:00
parent 5cadb1c40b
commit e6eb172a59
2 changed files with 4 additions and 15 deletions

View File

@ -4,20 +4,15 @@
config DEBUG_ltrace config DEBUG_ltrace
select TOOL_libelf select TOOL_libelf
help help
ltrace is currently BROKEN! It depends on libelf, and I don't ltrace is a program that simply runs the specified command until it exits.
know how to configure/compile that so that ltrace can successfully It intercepts and records the dynamic library calls which are called by
use it. If you manage to build ltrace (and libelf!), please be so the executed process and the signals which are received by that process.
kind as to tell me! Thank you! It can also intercept and print the system calls executed by the program.
choice choice
bool bool
prompt "ltrace version" prompt "ltrace version"
config LTRACE_V_0_3_36
bool
prompt "0.3.36 (OBSOLETE)"
depends on OBSOLETE
config LTRACE_V_0_4 config LTRACE_V_0_4
bool bool
prompt "0.4" prompt "0.4"
@ -28,7 +23,6 @@ endchoice
config LTRACE_VERSION config LTRACE_VERSION
string string
default "0.3.36" if LTRACE_V_0_3_36
default "0.4" if LTRACE_V_0_4 default "0.4" if LTRACE_V_0_4
# CT_INSERT_VERSION_STRING_ABOVE # CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line! # # Don't remove above line!

View File

@ -1,4 +1,3 @@
# EXPERIMENTAL
# libelf config file # libelf config file
config TOOL_libelf config TOOL_libelf
@ -6,10 +5,6 @@ config TOOL_libelf
libelf lets you read, modify or create ELF files in an libelf lets you read, modify or create ELF files in an
architecture-independent way. architecture-independent way.
libelf is BROKEN! If you manage to make it actually _work_,
please be so kind as to tell me. (By working, I mean it is
useable at least by ltrace.) Thank you!
choice choice
bool bool
prompt "libelf version" prompt "libelf version"