]> git.ipfire.org Git - thirdparty/elfutils.git/commit
backends/ppc_attrs.c: Add PPC long double tags
authorA. Wilcox <AWilcox@Wilcox-Tech.com>
Tue, 27 May 2025 05:05:44 +0000 (00:05 -0500)
committerAaron Merey <amerey@redhat.com>
Fri, 30 May 2025 16:03:33 +0000 (12:03 -0400)
commit11db83c3c0ab0d0325165f448ea4b6b254d7e2ea
tree87c197c8408d5a03bd0abb1ccb9d39b48cd69c7d
parenta1442fd3f4e6d2dbd770cc70d27925500569f993
backends/ppc_attrs.c: Add PPC long double tags

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 attribute value 9

Add the different long double tags to fp_kinds so that these values
are correctly recognised and printed.

Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com>
backends/ppc_attrs.c