[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231123180246.750674-1-dimitri.ledkov@canonical.com>
Date: Thu, 23 Nov 2023 18:02:40 +0000
From: Dimitri John Ledkov <dimitri.ledkov@...onical.com>
To: Richard Henderson <richard.henderson@...aro.org>,
Ivan Kokshaysky <ink@...assic.park.msu.ru>,
Matt Turner <mattst88@...il.com>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>,
"H . Peter Anvin" <hpa@...or.com>
Cc: linux-alpha@...r.kernel.org, linux-m68k@...ts.linux-m68k.org,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] remove the last bits of a.out support
I was working on how linux-libc-dev headers are shipped in Ubuntu and
stumbled upon seemingly unused and useless linux/a.out.h header. It
seems like it is an accidental leftover at this point.
Dimitri John Ledkov (5):
alpha: remove a.out support from tools/objstrip
alpha: stop shipping a.out.h uapi headers
m68k: stop shipping a.out.h uapi headers
x86: stop shipping a.out.h uapi headers
uapi: remove a.out.h uapi header
arch/alpha/boot/tools/objstrip.c | 52 +-----
arch/alpha/include/uapi/asm/a.out.h | 92 ----------
arch/m68k/include/uapi/asm/a.out.h | 21 ---
arch/x86/include/uapi/asm/a.out.h | 21 ---
include/uapi/Kbuild | 4 -
include/uapi/linux/a.out.h | 251 ----------------------------
6 files changed, 6 insertions(+), 435 deletions(-)
delete mode 100644 arch/alpha/include/uapi/asm/a.out.h
delete mode 100644 arch/m68k/include/uapi/asm/a.out.h
delete mode 100644 arch/x86/include/uapi/asm/a.out.h
delete mode 100644 include/uapi/linux/a.out.h
--
2.34.1
Powered by blists - more mailing lists