* [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
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