* [PATCH] ARM: lib64: remove unused section
@ 2025-06-30 6:42 Sascha Hauer
2025-06-30 9:08 ` Marco Felsch
2025-07-02 6:13 ` Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2025-06-30 6:42 UTC (permalink / raw)
To: Barebox List
The ARM64 linker script has a section for the exceptions. This is unused
and can be removed.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/lib64/barebox.lds.S | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arm/lib64/barebox.lds.S b/arch/arm/lib64/barebox.lds.S
index 50e4b6f42c..454ae3a95d 100644
--- a/arch/arm/lib64/barebox.lds.S
+++ b/arch/arm/lib64/barebox.lds.S
@@ -21,9 +21,6 @@ SECTIONS
__bare_init_start = .;
*(.text_bare_init*)
__bare_init_end = .;
- __exceptions_start = .;
- KEEP(*(.text_exceptions*))
- __exceptions_stop = .;
*(.text*)
}
BAREBOX_BARE_INIT_SIZE
--
2.39.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: lib64: remove unused section
2025-06-30 6:42 [PATCH] ARM: lib64: remove unused section Sascha Hauer
@ 2025-06-30 9:08 ` Marco Felsch
2025-07-02 6:13 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Marco Felsch @ 2025-06-30 9:08 UTC (permalink / raw)
To: Sascha Hauer; +Cc: Barebox List
On 25-06-30, Sascha Hauer wrote:
> The ARM64 linker script has a section for the exceptions. This is unused
> and can be removed.
>
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: lib64: remove unused section
2025-06-30 6:42 [PATCH] ARM: lib64: remove unused section Sascha Hauer
2025-06-30 9:08 ` Marco Felsch
@ 2025-07-02 6:13 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2025-07-02 6:13 UTC (permalink / raw)
To: Barebox List, Sascha Hauer
On Mon, 30 Jun 2025 08:42:35 +0200, Sascha Hauer wrote:
> The ARM64 linker script has a section for the exceptions. This is unused
> and can be removed.
>
>
Applied, thanks!
[1/1] ARM: lib64: remove unused section
https://git.pengutronix.de/cgit/barebox/commit/?id=46f528b9cf6b (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-02 6:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-30 6:42 [PATCH] ARM: lib64: remove unused section Sascha Hauer
2025-06-30 9:08 ` Marco Felsch
2025-07-02 6:13 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox