mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* dwarf.c (display_debug_frames): Skip the 'S' character in CFI
'z' augmentation strings.
This commit is contained in:
parent
19ef5f3d6d
commit
d80e8de27f
@ -1,3 +1,8 @@
|
||||
2010-02-08 Jim Blandy <jimb@red-bean.com>
|
||||
|
||||
* dwarf.c (display_debug_frames): Skip the 'S' character in CFI
|
||||
'z' augmentation strings.
|
||||
|
||||
2010-02-08 Christophe Lyon <christophe.lyon@st.com>
|
||||
|
||||
* objdump.c (disassemble_bytes): Clear aux->reloc before printing
|
||||
|
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user