mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
Increment hdrptr by 8 after SAFE_BYTE_GET64
* dwarf.c (process_debug_info): Increment hdrptr by 8 after SAFE_BYTE_GET64.
This commit is contained in:
parent
6296d8c13f
commit
f048b1425b
@ -1,3 +1,8 @@
|
||||
2013-03-29 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* dwarf.c (process_debug_info): Increment hdrptr by 8 after
|
||||
SAFE_BYTE_GET64.
|
||||
|
||||
2013-03-27 Phil Krylov <phil.krylov@gmail.com>
|
||||
|
||||
PR binutils/13409
|
||||
|
@ -2238,6 +2238,7 @@ process_debug_info (struct dwarf_section *section,
|
||||
if (do_types)
|
||||
{
|
||||
SAFE_BYTE_GET64 (hdrptr, &signature_high, &signature_low, end);
|
||||
hdrptr += 8;
|
||||
SAFE_BYTE_GET_AND_INC (type_offset, hdrptr, offset_size, end);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user