2005-05-13 H.J. Lu <hongjiu.lu@intel.com>

* readelf.c (dump_ia64_unwind): Get stamp with proper size.
This commit is contained in:
H.J. Lu 2005-05-13 18:35:55 +00:00
parent f1e6ae7c1d
commit a4a0073871
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-13 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (dump_ia64_unwind): Get stamp with proper size.
2005-05-12 Nick Clifton <nickc@redhat.com>
* readelf.c (display_debug_lines): If pointer_size has not been

View File

@ -4514,7 +4514,7 @@ dump_ia64_unwind (struct ia64_unw_aux_info *aux)
(unsigned long) (tp->info.offset - aux->seg_base));
head = aux->info + (tp->info.offset - aux->info_addr);
stamp = BYTE_GET ((unsigned char *) head);
stamp = byte_get ((unsigned char *) head, sizeof (stamp));
printf (" v%u, flags=0x%lx (%s%s), len=%lu bytes\n",
(unsigned) UNW_VER (stamp),