mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-30 21:34:42 +08:00
* dwarf.c (display_debug_frames): Skip the 'S' character in CFI
'z' augmentation strings.
This commit is contained in:
@ -4114,6 +4114,8 @@ display_debug_frames (struct dwarf_section *section,
|
||||
q += 1 + size_of_encoded_value (*q);
|
||||
else if (*p == 'R')
|
||||
fc->fde_encoding = *q++;
|
||||
else if (*p == 'S')
|
||||
;
|
||||
else
|
||||
break;
|
||||
p++;
|
||||
|
Reference in New Issue
Block a user