* readelf.c (display_debug_lines): Fix typo for "Prologue".

This commit is contained in:
Hans-Peter Nilsson 2001-04-05 17:44:15 +00:00
parent 1fcef33420
commit ff94ebf2c8
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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);