Re: [PATCH] aarch64: Ensure const and sign correctness

2023-09-20 Thread Richard Sandiford
Pekka Seppänen writes: > Be const and sign correct by using a matching CIE augmentation type. > Use a builtin instead of relying being included. > > libgcc/ChangeLog: > > * config/aarch64/aarch64-unwind.h (aarch64_cie_signed_with_b_key): > Use const unsigned type and a builtin. Thank

[PATCH] aarch64: Ensure const and sign correctness

2023-09-14 Thread Pekka Seppänen
Be const and sign correct by using a matching CIE augmentation type. Use a builtin instead of relying being included. libgcc/ChangeLog: * config/aarch64/aarch64-unwind.h (aarch64_cie_signed_with_b_key): Use const unsigned type and a builtin. Signed-off-by: Pekka Seppänen