From a4430f2fbe5339c256b595c79be00e043ea0458a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 15 May 2021 13:57:12 -0500 Subject: [PATCH] Promote readelf to other. --- toys/{pending => other}/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/readelf.c (99%) diff --git a/toys/pending/readelf.c b/toys/other/readelf.c similarity index 99% rename from toys/pending/readelf.c rename to 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...] -- 2.39.2