| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Change name from "Red Hat elfutils" to "elfutils".
* Update license of standalone tools and test from GPLv2 to GPLv3+.
* Change license of libraries from GPLv2+exception to GPLv2/LGPLv3+.
* Add Developer Certificate of Origin based contributor policy.
dwarflint:
- All files updated to GPLv3+.
libdw/c++:
- All files updated to GPLv2/LGPLv3+.
src:
- All files updated to GPLv3+. Except dwarf-opcodes.h, dwarfstrings.c
and dwarfstrings.h, which were meant as library files and have been
updated to GPLv2/LGPLv3+.
tests:
- All files updated to GPLv3+. Except for the test bz2 data files.
Signed-off-by: Richard Fontana <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
|
| | |
|
| |
|
|
| |
- which fixes the failing test case
|
| |
|
|
|
|
|
|
|
|
|
| |
- as a consequence, is_location_attrib is gone
- in check_debug_abbrev, we now check for appropriateness all form/attribute
pairs, not just those that are location attribs
- too-wide references are now checked in one place for all reference types
- pointer checking now actually looks sane--the maze of DW_FORM_/DW_AT_
switches was replaced by a straighforward switch on ver->form_class
- this introduces a testcase failure
- and similar work needs to be done for other cl_*ref classes
|
| |
|
|
| |
- And use that in dwarf_3 to properly support DW_AT_data_member_location
|
| | |
|
| |
|