Re: [PATCH] backends/ppc_attrs.c: Add PPC long double tags

2025-05-29 Thread A. Wilcox
at 00:05 -0500, A. Wilcox wrote: >> When an explicit type of long double is specified in the ELF >> GNU_Power_ABI_FP attribute, elflint and friends were erroring out: >> >>section [36] '.gnu.attributes': offset 15: unrecognized GNU_Power_ABI_FP >> attri

[PATCH] backends/ppc_attrs.c: Add PPC long double tags

2025-05-26 Thread A. Wilcox
values are correctly recognised and printed. Signed-off-by: A. Wilcox --- backends/ppc_attrs.c | 12 1 file changed, 12 insertions(+) diff --git a/backends/ppc_attrs.c b/backends/ppc_attrs.c index 48d7129d..6b00bccd 100644 --- a/backends/ppc_attrs.c +++ b/backends/ppc_attrs.c @@ -5