From 1d60b9dfdab411a0cd8856adffc5124c86cde5e1 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 26 Feb 2025 17:11:44 +0000 Subject: Remove dl-procinfo.h powerpc was the only architecture with arch-specific hooks for LD_SHOW_AUXV, and with the information moved to ld diagnostics there is no need to keep the _dl_procinfo hook. Checked with a build for all affected ABIs. Reviewed-by: Peter Bergner --- scripts/gen-tunables.awk | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/gen-tunables.awk b/scripts/gen-tunables.awk index d9f326b63b..5d34075c16 100644 --- a/scripts/gen-tunables.awk +++ b/scripts/gen-tunables.awk @@ -141,7 +141,6 @@ END { print "# error \"Do not include this file directly.\"" print "# error \"Include tunables.h instead.\"" print "#endif" - print "#include \n" # Now, the enum names print "\ntypedef enum" -- cgit v1.2.3