summaryrefslogtreecommitdiff
path: root/libdw/dwarf_nextcu.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-06-20 17:55:50 -0700
committerRoland McGrath <roland@redhat.com>2010-06-20 17:55:50 -0700
commit2b1f09548b66c2c75d5be6f13cd9374adc95f8d8 (patch)
tree35782d2db2a9f3bb01d8703da55b9a20cf3581c4 /libdw/dwarf_nextcu.c
parent5cc030d6169713ff4711c28a6ce1250b142cd5b3 (diff)
downloadelfutils-2b1f09548b66c2c75d5be6f13cd9374adc95f8d8.tar.gz
Finish .debug_types support in libdw and readelf.
Diffstat (limited to 'libdw/dwarf_nextcu.c')
-rw-r--r--libdw/dwarf_nextcu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdw/dwarf_nextcu.c b/libdw/dwarf_nextcu.c
index 288ee95e..2e8f4d79 100644
--- a/libdw/dwarf_nextcu.c
+++ b/libdw/dwarf_nextcu.c
@@ -63,7 +63,7 @@ dwarf_next_unit (dwarf, off, next_off, header_sizep, versionp, abbrev_offsetp,
Dwarf_Off off;
Dwarf_Off *next_off;
size_t *header_sizep;
- uint16_t *versionp;
+ Dwarf_Half *versionp;
Dwarf_Off *abbrev_offsetp;
uint8_t *address_sizep;
uint8_t *offset_sizep;