summaryrefslogtreecommitdiff
path: root/libdw/dwarf_default_lower_bound.c
Commit message (Collapse)AuthorAgeFilesLines
* libdw: Add dwarf_default_lower_bound.Mark Wielaard2017-08-021-0/+91
Add dwarf_default_lower_bound to get the default lower bound for a language when not given as attribute for an subrange type. Implementation extracted from dwarf_aggregate_size. Add a test to check all known language codes are handled. Signed-off-by: Mark Wielaard <mark@klomp.org>