| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 0.157 release updates for NEWS, elfutils.spec.in and .po files.elfutils-0.157 | Mark Wielaard | 2013-09-30 | 1 | -0/+2 | |
| | | | | | Signed-off-by: Mark Wielaard <[email protected]> | |||||
| * | Prepare 0.157 release. | Mark Wielaard | 2013-09-27 | 1 | -0/+9 | |
| | | | | | Signed-off-by: Mark Wielaard <[email protected]> | |||||
| * | NEWS: Remove bugfix only entries from Version 0.156. | Jan Kratochvil | 2013-07-19 | 1 | -41/+5 | |
| | | | | | Signed-off-by: Jan Kratochvil <[email protected]> | |||||
| * | NEWS: Add entries for Version 0.156. | Jan Kratochvil | 2013-07-19 | 1 | -0/+65 | |
| | | | | | Signed-off-by: Jan Kratochvil <[email protected]> | |||||
| * | Add parameter add_p_vaddr to dwfl_report_elf. | Jan Kratochvil | 2013-05-05 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | libdwfl/ * dwfl_report_elf.c (__libdwfl_report_elf): Add parameter add_p_vaddr. Set it to true for ET_EXEC and ET_CORE. Provide alternative setup of START and BIAS if !ADD_P_VADDR. Set END from BIAS, not BASE. (dwfl_report_elf): Add parameter add_p_vaddr. Pass it down. Add NEW_VERSION. (_compat_without_add_p_vaddr_dwfl_report_elf) <SHARED>: New, with COMPAT_VERSION. * libdwfl.h (dwfl_report_elf): Add parameter add_p_vaddr. Describe it. * libdwflP.h (__libdwfl_report_elf): Add parameter add_p_vaddr. * link_map.c (report_r_debug): Use true add_p_vaddr for dwfl_report_elf. * linux-kernel-modules.c (report_kernel): Use false add_p_vaddr for dwfl_report_elf. * offline.c (process_elf): Use true add_p_vaddr for dwfl_report_elf. tests/ * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf. Signed-off-by: Jan Kratochvil <[email protected]> | |||||
| * | Prepare 0.155 release.elfutils-0.155 | Mark Wielaard | 2012-08-27 | 1 | -0/+4 | |
| | | | | | Signed-off-by: Mark Wielaard <[email protected]> | |||||
| * | Don't include dwz support by default. | Mark Wielaard | 2012-08-24 | 1 | -1/+3 | |
| | | | | | | | | | | | By default the dwz multi file support is not included. This means any DW_FORM_GNU_ref_alt or DW_FORM_GNU_strp_alt encountered in libdw will just produce an error message. A new configure option --enable-dwz is needed to include it for those we wish to test it. The dwz test is also disabled by default. Signed-off-by: Mark Wielaard <[email protected]> | |||||
| * | Use ELF in NEWS. | Mark Wielaard | 2012-08-22 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Mark Wielaard <[email protected]> | |||||
| * | Add 0.155 NEWS entries for libelf, libdw and readelf. | Mark Wielaard | 2012-08-21 | 1 | -0/+12 | |
| | | | | | Signed-off-by: Mark Wielaard <[email protected]> | |||||
| * | Correct spelling of DW_LANG_ObjC in dwarf.h. | Mark Wielaard | 2012-07-26 | 1 | -0/+5 | |
| | | | | | | | Fix usage in dwarf_aggregate_size. Signed-off-by: Mark Wielaard <[email protected]> | |||||
| * | Prepare 0.153 release. | Mark Wielaard | 2012-06-22 | 1 | -0/+5 | |
| | | | | | Signed-off-by: Mark Wielaard <[email protected]> | |||||
| * | Update name, license and contributor policy. | Mark Wielaard | 2012-06-05 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. top-level: - COPYING: Upgraded from GPLv2 to GPLv3. - CONTRIBUTING, COPYING-GPLv2, COPYING-LGPLv3: New files. - NEWS: Added note about new contribution and license policy. - Makefile.am: Updated to GPLv3, added new files to EXTRA_DIST. - configure.ac: Update to GPLv3, changed AC_INIT name to 'elfutils'. backends, lib, libasm, libcpu, libdw, libdwfl, libebl, libelf: - All files updated to GPLv2/LGPLv3+. Except some very small files (<5 lines) which didn't have any headers at all before, the linker .maps files and the libcpu/defs files which only contain data and libelf/elf.h which comes from glibc and is under LGPLv2+. config: - elfutils.spec.in: Add new License: headers and new %doc files. - Update all license headers to GPLv2/LGPLv3+ for files used by libs. src, tests: - All files updated to GPLv3+. Except for the test bz2 data files, the linker maps and script files and some very small files (<5 lines) that don't have any headers. Signed-off-by: Richard Fontana <[email protected]> Signed-off-by: Mark Wielaard <[email protected]> | |||||
| * | dwarf_highpc: Handle DW_AT_high_pc being a constant offset from DW_AT_low_pc. | Mark Wielaard | 2012-04-28 | 1 | -0/+4 | |
| | | ||||||
| * | Cosmetic cleanups to NEWS. | Roland McGrath | 2012-01-23 | 1 | -4/+2 | |
| | | ||||||
| * | Add NEWS entries for libdwfl, readelf, strip and dwarf.h. | Mark Wielaard | 2012-01-22 | 1 | -0/+12 | |
| | | ||||||
| * | Handle --enable-deterministic-archives to make -D behavior default for ar ↵ | Roland McGrath | 2012-01-20 | 1 | -0/+2 | |
| | | | | | and ranlib. | |||||
| * | Grok -U as inverse of -D in ar and ranlib. | Roland McGrath | 2012-01-20 | 1 | -1/+2 | |
| | | ||||||
| * | Support -D in ranlib as in ar. | Roland McGrath | 2012-01-20 | 1 | -0/+1 | |
| | | ||||||
| * | ar: Implement -D. | Roland McGrath | 2011-11-05 | 1 | -0/+2 | |
| | | ||||||
| * | Add demangling support to nm | Ulrich Drepper | 2011-10-02 | 1 | -3/+5 | |
| | | ||||||
| * | Support reading .zdebug_* DWARF sections compressed via zlib. | Roland McGrath | 2011-02-23 | 1 | -0/+4 | |
| | | ||||||
| * | NEWS item for last change | Roland McGrath | 2011-02-11 | 1 | -0/+1 | |
| | | ||||||
| * | elfcmp: Add --l/--verbose flag. | Roland McGrath | 2011-02-11 | 1 | -0/+1 | |
| | | ||||||
| * | elfcmp: Add --ignore-build-id flag. | Roland McGrath | 2011-02-11 | 1 | -0/+2 | |
| | | ||||||
| * | 0.152 NEWS item for nit fixes. | Roland McGrath | 2011-02-08 | 1 | -0/+2 | |
| | | ||||||
| * | 0.152 NEWS item for latest libdwfl prelink fix | Roland McGrath | 2011-02-02 | 1 | -0/+4 | |
| | | ||||||
| * | NEWS items for 0.151 | Roland McGrath | 2011-01-11 | 1 | -0/+6 | |
| | | ||||||
| * | 0.150 NEWS items | Roland McGrath | 2010-11-22 | 1 | -0/+10 | |
| | | ||||||
| * | NEWS typo | Roland McGrath | 2010-09-09 | 1 | -1/+1 | |
| | | ||||||
| * | strip NEWS item | Roland McGrath | 2010-09-09 | 1 | -0/+2 | |
| | | ||||||
| * | Handle DW_OP_GNU_implicit_pointer. | Roland McGrath | 2010-08-30 | 1 | -0/+3 | |
| | | ||||||
| * | Add dwfl_dwarf_line, addr2line -F to print out more line info bits. | Roland McGrath | 2010-08-24 | 1 | -0/+6 | |
| | | ||||||
| * | Back out dwarf_cfi_validate_fde. | Roland McGrath | 2010-06-23 | 1 | -1/+0 | |
| | | ||||||
| * | Finish .debug_types support in libdw and readelf. | Roland McGrath | 2010-06-20 | 1 | -2/+2 | |
| | | ||||||
| * | Record new line table fields, export APIs to fetch them. | Roland McGrath | 2010-06-18 | 1 | -3/+3 | |
| | | ||||||
| * | Add new dwarf_cfi_validate_fde call. | Roland McGrath | 2010-06-16 | 1 | -0/+2 | |
| | | ||||||
| * | More DWARF 4 handling, some in readelf. | Roland McGrath | 2010-06-01 | 1 | -0/+2 | |
| | | ||||||
| * | Handle DWARF version 4 CUs. | Roland McGrath | 2010-06-01 | 1 | -0/+2 | |
| | | ||||||
| * | NEWS items | Roland McGrath | 2010-05-06 | 1 | -0/+5 | |
| | | ||||||
| * | NEWS items for 0.147 | Roland McGrath | 2010-05-03 | 1 | -0/+6 | |
| | | ||||||
| * | Export dwfl_core_file_report. | Roland McGrath | 2010-03-11 | 1 | -0/+2 | |
| | | ||||||
| * | Start development of 0.146. | Ulrich Drepper | 2010-03-04 | 1 | -0/+2 | |
| | | ||||||
| * | More NEWS. | Roland McGrath | 2010-02-18 | 1 | -0/+3 | |
| | | ||||||
| * | NEWS items since 0.144 | Roland McGrath | 2010-02-15 | 1 | -0/+12 | |
| | | ||||||
| * | Add elf_getphdrnum, support >65536 phdrs. | Roland McGrath | 2010-01-07 | 1 | -0/+3 | |
| | | ||||||
| * | Add dwarf_aggregate_size helper function to libdw. | Roland McGrath | 2010-01-05 | 1 | -0/+3 | |
| | | ||||||
| * | NEWS item for readelf changes | Roland McGrath | 2010-01-04 | 1 | -0/+5 | |
| | | ||||||
| * | Small tweak for dwarf_getlocation_implicit_value; NEWS item for it. | Roland McGrath | 2009-09-17 | 1 | -0/+1 | |
| | | ||||||
| * | libdwfl: Support LZMA kernel images. | Roland McGrath | 2009-08-26 | 1 | -2/+2 | |
| | | ||||||
| * | libdwfl: Support automatic decompression of files in XZ format. | Roland McGrath | 2009-08-26 | 1 | -0/+1 | |
| | | ||||||
