[PATCH 0/3] more build time checks
Nicholas Piggin
npiggin at gmail.com
Fri May 12 03:40:37 AEST 2017
Nicholas Piggin (3):
powerpc/64s: tool to flag direct branches from unrelocated interrupt
vectors
powerpc/64: tool to check head sections location sanity
powerpc: link warning for orphan sections
arch/powerpc/Makefile | 1 +
arch/powerpc/Makefile.postlink | 17 +++++++-
arch/powerpc/include/asm/head-64.h | 4 +-
arch/powerpc/kernel/vmlinux.lds.S | 38 +++++++----------
arch/powerpc/tools/head_check.sh | 70 ++++++++++++++++++++++++++++++++
arch/powerpc/tools/unrel_branch_check.sh | 57 ++++++++++++++++++++++++++
include/asm-generic/vmlinux.lds.h | 12 ++++++
7 files changed, 171 insertions(+), 28 deletions(-)
create mode 100755 arch/powerpc/tools/head_check.sh
create mode 100755 arch/powerpc/tools/unrel_branch_check.sh
--
2.11.0
More information about the Linuxppc-dev
mailing list