diff --git a/binutils/readelf.c b/binutils/readelf.c index 4d8e540b39b1a7089bbb31026ddbc597e3621731..c8323539a21f3d3ba757e364c06c3dc0e6e7fade 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -9916,6 +9916,8 @@ decode_arm_unwind_bytecode (Filedata * filedata, } else if (op == 0xb4) printf (_(" pop {ra_auth_code}")); + else if (op == 0xb5) + printf (_(" vsp as modifier for PAC validation")); else if ((op & 0xf8) == 0xb8 || (op & 0xf8) == 0xd0) { unsigned int count = op & 0x07;