From ff94ebf2c88ceefe51f29f5170e1e18c50ef909e Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 5 Apr 2001 17:44:15 +0000 Subject: [PATCH] * readelf.c (display_debug_lines): Fix typo for "Prologue". --- binutils/ChangeLog | 4 ++++ binutils/readelf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 77297bc..065aa32 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2001-04-05 Hans-Peter Nilsson + + * readelf.c (display_debug_lines): Fix typo for "Prologue". + 2001-03-30 H.J. Lu * readelf.c (process_unwind): Just return if do_unwind is 0. diff --git a/binutils/readelf.c b/binutils/readelf.c index 2e144cf..e30fba3 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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); -- 2.7.4