diff options
| author | Mark Wielaard <[email protected]> | 2013-05-03 11:28:49 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2013-05-05 22:15:13 +0200 |
| commit | 9affad3d2314de1bacbabae453a7261cc02feac4 (patch) | |
| tree | 7fef6e5b20e0fc12e3116a79685ab36184a7b1f5 /libdw/ChangeLog | |
| parent | 904aec2c2f62b729a536c2259274fdd440b0d923 (diff) | |
libdw: dwarf_getsrclines don't set end_sequence when there are no lines.
Some CUs might only have a file list, but no actual source lines in their
statement list. Only set end_sequence at the end of the source lines list
if there are actually lines.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libdw/ChangeLog')
| -rw-r--r-- | libdw/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog index ef9b3acd..59b6c63a 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,8 @@ +2013-05-03 Mark Wielaard <[email protected]> + + * dwarf_getsrclines.c (dwarf_getsrclines): Only set end_sequence + when nlinelist > 0. + 2013-04-28 Jan Kratochvil <[email protected]> * libdw.map (ELFUTILS_0.156): New. |
