[RFC, V3 4/5] ld/aarch64elf: add support for DT_AARCH64_MEMTAG_MODE dynamic tag
Richard Earnshaw (lists)
Richard.Earnshaw@arm.com
Wed Jul 9 09:23:48 GMT 2025
On 05/06/2025 07:08, Jan Beulich wrote:
> On 05.06.2025 01:25, Indu Bhagat via Binutils wrote:
>> --- a/binutils/readelf.c
>> +++ b/binutils/readelf.c
>> @@ -2587,6 +2587,8 @@ get_aarch64_dynamic_type (unsigned long type)
>> case DT_AARCH64_BTI_PLT: return "AARCH64_BTI_PLT";
>> case DT_AARCH64_PAC_PLT: return "AARCH64_PAC_PLT";
>> case DT_AARCH64_VARIANT_PCS: return "AARCH64_VARIANT_PCS";
>> + case DT_AARCH64_MEMTAG_MODE: return "AARCH64_MEMTAG_MODE";
>
> Just a nit here: While the double blank used by prior entries may be a
> little odd, I think new entries want to match such style.
>
> Jan
If you're going to align the return statements in that way, I'd align all of them.
R.
More information about the Binutils
mailing list