* binutils/readelf.c (process_program_headers): Fix typo printing p_memsz
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 11 Nov 2011 20:50:38 +0000 (20:50 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 11 Nov 2011 20:50:38 +0000 (20:50 +0000)
field.

binutils/ChangeLog
binutils/readelf.c

index 7e80c30..93a0bc7 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-11  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * readelf.c (process_program_headers): Fix typo printing p_memsz
+       field.
+
 2011-11-01  DJ Delorie  <dj@redhat.com>
 
        * readelf.c: Include elf/rl78.h
index ad7112e..d1b9893 100644 (file)
@@ -3809,7 +3809,7 @@ process_program_headers (FILE * file)
                printf ("0x%6.6lx", (unsigned long) segment->p_memsz);
              else
                {
-                 print_vma (segment->p_offset, FULL_HEX);
+                 print_vma (segment->p_memsz, FULL_HEX);
                }
 
              printf (" %c%c%c ",