Typo fix in readelf.c, committed

Hans-Peter Nilsson hans-peter.nilsson@axis.com
Thu Apr 5 10:45:00 GMT 2001


Committed as obvious.  No appearance in the testsuite;
apparently no tweaks needed.

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

Index: readelf.c
===================================================================
RCS file: /cvs/src/src/binutils/readelf.c,v
retrieving revision 1.97
diff -p -c -r1.97 readelf.c
*** readelf.c	2001/03/31 06:36:17	1.97
--- readelf.c	2001/04/05 17:39:28
*************** display_debug_lines (section, start, fil
*** 5494,5500 ****
  
        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 (_("  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);
--- 5494,5500 ----
  
        printf (_("  Length:                      %ld\n"), info.li_length);
        printf (_("  DWARF Version:               %d\n"), info.li_version);
!       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);

brgds, H-P



More information about the Binutils mailing list