diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 682eacd..1fa7ef4 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -9419,6 +9419,8 @@ decode_arm_unwind_bytecode (Filedata * filedata, printf ("-D%d", first + last); printf ("}"); } + else if (op == 0xb4) + printf (_(" pop {ra_auth_code}")); else if ((op & 0xf8) == 0xb8 || (op & 0xf8) == 0xd0) { unsigned int count = op & 0x07; |