mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
* readelf.c (display_debug_lines): Fix typo for "Prologue".
This commit is contained in:
parent
1fcef33420
commit
ff94ebf2c8
@ -1,3 +1,7 @@
|
||||
2001-04-05 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* readelf.c (display_debug_lines): Fix typo for "Prologue".
|
||||
|
||||
2001-03-30 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* readelf.c (process_unwind): Just return if do_unwind is 0.
|
||||
|
@ -5494,7 +5494,7 @@ display_debug_lines (section, start, file)
|
||||
|
||||
printf (_(" Length: %ld\n"), info.li_length);
|
||||
printf (_(" DWARF Version: %d\n"), info.li_version);
|
||||
printf (_(" Prolgue Length: %d\n"), info.li_prologue_length);
|
||||
printf (_(" Prologue Length: %d\n"), info.li_prologue_length);
|
||||
printf (_(" Minimum Instruction Length: %d\n"), info.li_min_insn_length);
|
||||
printf (_(" Initial value of 'is_stmt': %d\n"), info.li_default_is_stmt);
|
||||
printf (_(" Line Base: %d\n"), info.li_line_base);
|
||||
|
Loading…
Reference in New Issue
Block a user