SHA256
1
0
forked from pool/dwz
dwz/dwz.changes
Richard Biener e7246eb48a Accepting request 460022 from home:rguenther:hw15
- Add dwz-0.12-ignore-nobits.patch to ignore SHT_NOBITS sections
  that are placed out-of-order by objcopy when extracting debuginfo
  and place them at sh_offset zero.

OBS-URL: https://build.opensuse.org/request/show/460022
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/dwz?expand=0&rev=5
2017-02-23 12:22:03 +00:00

34 lines
1.2 KiB
Plaintext

-------------------------------------------------------------------
Tue Feb 21 13:35:26 UTC 2017 - rguenther@suse.com
- Add dwz-0.12-ignore-nobits.patch to ignore SHT_NOBITS sections
that are placed out-of-order by objcopy when extracting debuginfo
and place them at sh_offset zero.
-------------------------------------------------------------------
Tue Nov 29 08:51:04 UTC 2016 - rguenther@suse.com
- Update to new upstream version 0.12
* Fix up alignment of non-allocated sections and section header table
after sections which have changed size.
-------------------------------------------------------------------
Wed Dec 10 15:38:40 UTC 2014 - jengelh@inai.de
- Update to new upstream version 0.11
* fix iterative hashing on big-endian targets
* optimize DW_FORM_data[48] DW_AT_high_pc that GCC 4.8 produces
* fix up handling of DIE equality if more than one DIE in the same
CU compare equal
* check DW_FORM_ref_addr properly during fi_multifile phase
* when creating DW_AT_stmt_list, use DW_FORM_sec_offset for dwarf4
and DW_FORM_data4 for dwarf[23] rather than vice versa
* handle .gdb_index version 7 and 8
-------------------------------------------------------------------
Wed Jun 27 14:04:01 CEST 2012 - pth@suse.de
- Initial package