Re: [PATCH] arm: add -static-pie support

2023-09-30 Thread Ben Wolsieffer
On Tue, Jul 19, 2022 at 02:21:05PM -0600, lancethepants wrote: > The commit mirros code from aarch64 to handle -static-pie. > Tested with uclibc-ng and musl c-standard libraries. > > Signed-off-by: Lance Fredrickson > --- > gcc/config/arm/linux-elf.h | 5 +++-- > 1 file changed, 3 insertions(+),

[PATCH] arm: add -static-pie support

2022-07-19 Thread Lance Fredrickson via Gcc-patches
Mon Sep 17 00:00:00 2001 From: lancethepants Date: Tue, 19 Jul 2022 14:21:05 -0600 Subject: [PATCH] arm: add -static-pie support The commit mirros code from aarch64 to handle -static-pie. Tested with uclibc-ng and musl c-standard libraries. Signed-off-by: Lance Fredrickson --- gcc/config/arm