Re: [PATCH] ARM: lib64: remove unused section

2025-07-01 Thread 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

Re: [PATCH] ARM: lib64: remove unused section

2025-06-30 Thread Marco Felsch
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 Reviewed-by: Marco Felsch