summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* 0.157 release updates for NEWS, elfutils.spec.in and .po files.elfutils-0.157Mark Wielaard2013-09-301-0/+2
| | | | Signed-off-by: Mark Wielaard <[email protected]>
* Prepare 0.157 release.Mark Wielaard2013-09-271-0/+9
| | | | Signed-off-by: Mark Wielaard <[email protected]>
* NEWS: Remove bugfix only entries from Version 0.156.Jan Kratochvil2013-07-191-41/+5
| | | | Signed-off-by: Jan Kratochvil <[email protected]>
* NEWS: Add entries for Version 0.156.Jan Kratochvil2013-07-191-0/+65
| | | | Signed-off-by: Jan Kratochvil <[email protected]>
* Add parameter add_p_vaddr to dwfl_report_elf.Jan Kratochvil2013-05-051-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.155Mark Wielaard2012-08-271-0/+4
| | | | Signed-off-by: Mark Wielaard <[email protected]>
* Don't include dwz support by default.Mark Wielaard2012-08-241-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 Wielaard2012-08-221-1/+1
| | | | Signed-off-by: Mark Wielaard <[email protected]>
* Add 0.155 NEWS entries for libelf, libdw and readelf.Mark Wielaard2012-08-211-0/+12
| | | | Signed-off-by: Mark Wielaard <[email protected]>
* Correct spelling of DW_LANG_ObjC in dwarf.h.Mark Wielaard2012-07-261-0/+5
| | | | | | Fix usage in dwarf_aggregate_size. Signed-off-by: Mark Wielaard <[email protected]>
* Prepare 0.153 release.Mark Wielaard2012-06-221-0/+5
| | | | Signed-off-by: Mark Wielaard <[email protected]>
* Update name, license and contributor policy.Mark Wielaard2012-06-051-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 Wielaard2012-04-281-0/+4
|
* Cosmetic cleanups to NEWS.Roland McGrath2012-01-231-4/+2
|
* Add NEWS entries for libdwfl, readelf, strip and dwarf.h.Mark Wielaard2012-01-221-0/+12
|
* Handle --enable-deterministic-archives to make -D behavior default for ar ↵Roland McGrath2012-01-201-0/+2
| | | | and ranlib.
* Grok -U as inverse of -D in ar and ranlib.Roland McGrath2012-01-201-1/+2
|
* Support -D in ranlib as in ar.Roland McGrath2012-01-201-0/+1
|
* ar: Implement -D.Roland McGrath2011-11-051-0/+2
|
* Add demangling support to nmUlrich Drepper2011-10-021-3/+5
|
* Support reading .zdebug_* DWARF sections compressed via zlib.Roland McGrath2011-02-231-0/+4
|
* NEWS item for last changeRoland McGrath2011-02-111-0/+1
|
* elfcmp: Add --l/--verbose flag.Roland McGrath2011-02-111-0/+1
|
* elfcmp: Add --ignore-build-id flag.Roland McGrath2011-02-111-0/+2
|
* 0.152 NEWS item for nit fixes.Roland McGrath2011-02-081-0/+2
|
* 0.152 NEWS item for latest libdwfl prelink fixRoland McGrath2011-02-021-0/+4
|
* NEWS items for 0.151Roland McGrath2011-01-111-0/+6
|
* 0.150 NEWS itemsRoland McGrath2010-11-221-0/+10
|
* NEWS typoRoland McGrath2010-09-091-1/+1
|
* strip NEWS itemRoland McGrath2010-09-091-0/+2
|
* Handle DW_OP_GNU_implicit_pointer.Roland McGrath2010-08-301-0/+3
|
* Add dwfl_dwarf_line, addr2line -F to print out more line info bits.Roland McGrath2010-08-241-0/+6
|
* Back out dwarf_cfi_validate_fde.Roland McGrath2010-06-231-1/+0
|
* Finish .debug_types support in libdw and readelf.Roland McGrath2010-06-201-2/+2
|
* Record new line table fields, export APIs to fetch them.Roland McGrath2010-06-181-3/+3
|
* Add new dwarf_cfi_validate_fde call.Roland McGrath2010-06-161-0/+2
|
* More DWARF 4 handling, some in readelf.Roland McGrath2010-06-011-0/+2
|
* Handle DWARF version 4 CUs.Roland McGrath2010-06-011-0/+2
|
* NEWS itemsRoland McGrath2010-05-061-0/+5
|
* NEWS items for 0.147Roland McGrath2010-05-031-0/+6
|
* Export dwfl_core_file_report.Roland McGrath2010-03-111-0/+2
|
* Start development of 0.146.Ulrich Drepper2010-03-041-0/+2
|
* More NEWS.Roland McGrath2010-02-181-0/+3
|
* NEWS items since 0.144Roland McGrath2010-02-151-0/+12
|
* Add elf_getphdrnum, support >65536 phdrs.Roland McGrath2010-01-071-0/+3
|
* Add dwarf_aggregate_size helper function to libdw.Roland McGrath2010-01-051-0/+3
|
* NEWS item for readelf changesRoland McGrath2010-01-041-0/+5
|
* Small tweak for dwarf_getlocation_implicit_value; NEWS item for it.Roland McGrath2009-09-171-0/+1
|
* libdwfl: Support LZMA kernel images.Roland McGrath2009-08-261-2/+2
|
* libdwfl: Support automatic decompression of files in XZ format.Roland McGrath2009-08-261-0/+1
|