aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2021-05-15 13:57:12 -0500
committerRob Landley <rob@landley.net>2021-05-15 13:57:12 -0500
commita4430f2fbe5339c256b595c79be00e043ea0458a (patch)
tree914d44aec0b13ccf6f5711d9cc3848c9b719c106
parent36dd3b2d27ac7a89754dbdbed6b81f3662e4dafb (diff)
downloadtoybox-a4430f2fbe5339c256b595c79be00e043ea0458a.tar.gz
Promote readelf to other.
-rw-r--r--toys/other/readelf.c (renamed from toys/pending/readelf.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/readelf.c b/toys/other/readelf.c
index 75726ecb..45afd83a 100644
--- a/toys/pending/readelf.c
+++ b/toys/other/readelf.c
@@ -8,7 +8,7 @@ USE_READELF(NEWTOY(readelf, "<1(dyn-syms)adehlnp:SsWx:", TOYFLAG_USR|TOYFLAG_BIN
config READELF
bool "readelf"
- default n
+ default y
help
usage: readelf [-adehlnSs] [-p SECTION] [-x SECTION] [file...]