Changelog for
libdwarf-20150115-8.2.x86_64.rpm :
Wed Jan 21 13:00:00 2015 matzAATTsuse.com
- Add libdwarf-fix-parallel-build.diff.
Mon Jan 19 13:00:00 2015 matzAATTsuse.com
- Update to new upstream release 20150115:
* New checking options added to dwarfdump
(-ku -kuf -kD -kG -O file=
).
* Deal better with internal errors (invalid ELF files/DWARF
sections or out of memory) (fixes boo#911839).
* Remove dwarfdump2: it had no advantages over dwarfdump anymore.
Thu Oct 23 14:00:00 2014 idonmezAATTsuse.com
- Package COPYING and related license files.
Wed Oct 15 14:00:00 2014 jengelhAATTinai.de
- Update to new upstream release 20140805
* A mistake in handling DW_OP_GNU_const_type could lead to a
libdwarf coredump at times.
* Added AARCH64 relocation support.
* Adds GNU-specific DW_FORM codes so recent gcc objects can be
read usefully.
* Adds new functions to libdwarf for new DWARF reference types.
* Libdwarf now follows the DWARF2 standard properly in reading
DW_FORM_ref_addr.
* Source incompatibility for users of producer code:
dwarf_producer_init() now has a new interface and a sensible way
to select the output ABI/ISA for relocation numbers. Part of
preparation to emit DWARF3,4,5.
* The reader code now handles DebugFission, called Split Dwarf
objects in the draft DWARF5 standard.
* The reader now can get the content of .gdbindex and
.debug_cu_index and .debug_tu_index sections and dwarfdump -I
can print them. Support is incomplete for the cu,tu sections:
They exist in a .dwp object (GNU Debug Fission, to be in DWARF5)
which is not yet properly handled.
- Enable parallel build and remove ancient specfile tags and sections
Thu Dec 6 13:00:00 2012 jwAATTsuse.com
- dwarfdump2 does not build on SLE_11_SP1, skipping.
- removed libdwarf-relocation-support.patch,
assumed upstream as a different implementation.
Thu Dec 6 13:00:00 2012 jwAATTsuse.com
- updated to 20121130
which fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681748
dwarfdump ERROR: dwarf_loclist: DW_DLE_LOC_EXPR_BAD (128)
- enabled dwarfdump2 in specfile
Mon Feb 13 13:00:00 2012 cooloAATTsuse.com
- patch license to follow spdx.org standard
Sun Sep 19 14:00:00 2010 jengelhAATTmedozas.de
- Update to newer libdwarf (20100808), because the \"perf\" package
needs a version >= 20100214. Fixes include:
* dwarfdump was counting eh_frame low-pc as a duplicate of
.debug_frame low-pc
* Fixes some CFA_expression handling in libdwarf and allows some
compiler mistakes a bit more leeway in dwarfdump (so the dump
continues in the face of certain errors).
* ARM and MIPS64BE handling
- Stripped changelog from .spec file, since it is already in
.changes.
Wed Oct 8 14:00:00 2008 dgollubAATTsuse.de
- added libdwarf-dwarf3-dw_attributes.patch:
Allow attribute DW_AT_const_value in dwarf_add_AT_targ_address_b().
GCC generates code which has DW_AT_const_value with DW_FORM_addr.
Additional DWARF3 enhancments:
- allow DW_AT_entry_pc in dwarf_add_AT_targ_address_b()
- allow DW_AT_call_column, DW_AT_call_file, DW_AT_call_line in
dwarf_add_AT_unsigned_const
Wed Oct 1 14:00:00 2008 dgollubAATTsuse.de
- added libdwarf-relocation-support.patch:
initial ELF relocation support for libdwarf