mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2003-05-20 Michal Ludvig <mludvig@suse.cz>
* readelf.c (display_debug_frames): Print both registers for DW_CFA_register.
This commit is contained in:
@@ -9257,7 +9257,7 @@ display_debug_frames (section, start, file)
|
||||
reg = LEB ();
|
||||
roffs = LEB ();
|
||||
if (! do_debug_frames_interp)
|
||||
printf (" DW_CFA_register: r%ld\n", reg);
|
||||
printf (" DW_CFA_register: r%ld in r%ld\n", reg, roffs);
|
||||
fc->col_type[reg] = DW_CFA_register;
|
||||
fc->col_offset[reg] = roffs;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user