[RFC, V3 4/5] ld/aarch64elf: add support for DT_AARCH64_MEMTAG_MODE dynamic tag

Jan Beulich jbeulich@suse.com
Thu Jun 5 06:08:11 GMT 2025


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


More information about the Binutils mailing list