From: Helge Deller <deller@gmx.de>
To: linux-parisc@vger.kernel.org
Subject: [PATCH] parisc: Enable HAVE_ARCH_PREL32_RELOCATIONS
Date: Thu, 14 Sep 2023 18:27:55 +0200 [thread overview]
Message-ID: <ZQM0i4lgvIRN/Ptd@ls3530> (raw)
Enable HAVE_ARCH_PREL32_RELOCATIONS for 64-bit kernels, which
will save some bytes in the final binary.
Signed-off-by: Helge Deller <deller@gmx.de>
---
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index a15ab147af2e..4686f14e45ee 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -73,6 +73,7 @@ config PARISC
select NEED_DMA_MAP_STATE
select NEED_SG_DMA_LENGTH
select HAVE_ARCH_KGDB
+ select HAVE_ARCH_PREL32_RELOCATIONS if 64BIT
select HAVE_KPROBES
select HAVE_KRETPROBES
select HAVE_DYNAMIC_FTRACE if $(cc-option,-fpatchable-function-entry=1,1)
next reply other threads:[~2023-09-14 16:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-14 16:27 Helge Deller [this message]
2023-09-21 8:55 ` [PATCH] parisc: Enable HAVE_ARCH_PREL32_RELOCATIONS Helge Deller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZQM0i4lgvIRN/Ptd@ls3530 \
--to=deller@gmx.de \
--cc=linux-parisc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.