diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-04-05 17:44:15 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2001-04-05 17:44:15 +0000 |
commit | ff94ebf2c88ceefe51f29f5170e1e18c50ef909e (patch) | |
tree | ebe8652c0504520d16b41ec9eec3130d186b9c9b /binutils | |
parent | 1fcef334200c9ff04b3790e48e36ae7d74118e8e (diff) | |
download | gdb-ff94ebf2c88ceefe51f29f5170e1e18c50ef909e.zip gdb-ff94ebf2c88ceefe51f29f5170e1e18c50ef909e.tar.gz gdb-ff94ebf2c88ceefe51f29f5170e1e18c50ef909e.tar.bz2 |
* readelf.c (display_debug_lines): Fix typo for "Prologue".
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/readelf.c | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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. 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); |