2019-11-28 15:10:53 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 28 12:56:34 UTC 2019 - Tom de Vries <tdevries@suse.com>
|
|
|
|
|
|
|
|
- Fix assertion failure 'refd != NULL' in write_die [swo#24169].
|
|
|
|
* dwz-fix-refd-NULL-assertion-in-write_die.patch
|
|
|
|
|
2019-11-27 19:54:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 27 18:50:07 UTC 2019 - Tom de Vries <tdevries@suse.com>
|
|
|
|
|
|
|
|
- Fix assertion failure 'off == cu_size' in recompute_abbrevs
|
|
|
|
[swo#24764].
|
|
|
|
* dwz-fix-assertion-off-cu_size-in-recompute_abbrevs.patch
|
|
|
|
|
2019-11-05 13:42:30 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 5 09:55:50 UTC 2019 - Tom de Vries <tdevries@suse.com>
|
|
|
|
|
|
|
|
- Fix die_no_multifile propagation [swo#25109].
|
|
|
|
* dwz-fix-die-no-multifile-propagation.patch
|
|
|
|
|
2019-08-29 02:40:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 28 12:47:09 UTC 2019 - Tom de Vries <tdevries@suse.com>
|
|
|
|
|
|
|
|
- Disable dwz:testsuite if %{with ringdisabled}
|
|
|
|
|
2019-08-19 12:25:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 16 11:26:06 UTC 2019 - Tom de Vries <tdevries@suse.de>
|
|
|
|
|
|
|
|
- Fix copyright years in --version message:
|
|
|
|
* dwz-update-version-copyright-message.patch
|
|
|
|
|
2019-08-13 12:24:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 13 09:29:02 UTC 2019 - Tom de Vries <tdevries@suse.de>
|
|
|
|
|
|
|
|
- Split off dwz-testsuite package using multibuild, to remove build
|
|
|
|
cycle
|
|
|
|
- Don't require binutils-gold for riscv64
|
|
|
|
|
2019-08-05 14:17:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 2 10:43:02 UTC 2019 - Tom de Vries <tdevries@suse.de>
|
|
|
|
|
|
|
|
- DWZ 0.13 update:
|
|
|
|
* Dropped patches:
|
|
|
|
- dwz-0.12-ignore-nobits.patch
|
|
|
|
- dwz-0.12-DW_OP_GNU_variable_value.patch
|
|
|
|
- dwz-low-mem-Fix-DW_OP_GNU_parameter_ref-handling-in-read_exprloc.patch
|
|
|
|
* Added BuildRequires for dejagnu, elfutils, gdb and binutils-gold.
|
|
|
|
* Add %check
|
|
|
|
- Add URL tag
|
|
|
|
|
2019-03-07 15:58:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 18 14:31:42 UTC 2019 - tdevries@suse.com
|
|
|
|
|
|
|
|
- Add dwz-low-mem-Fix-DW_OP_GNU_parameter_ref-handling-in-read_exprloc.patch
|
|
|
|
to fix assert on cc1 binary from gcc bootstrap-lto [swo#24195].
|
|
|
|
|
2018-04-11 13:21:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 11 11:02:06 UTC 2018 - rguenther@suse.com
|
|
|
|
|
|
|
|
- Add dwz-0.12-DW_OP_GNU_variable_value.patch to handle
|
|
|
|
DW_OP_GNU_variable_value.
|
|
|
|
|
2018-03-14 14:59:09 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 14 13:32:56 UTC 2018 - mliska@suse.cz
|
|
|
|
|
|
|
|
- Run spec-cleaner on the package.
|
|
|
|
|
2017-03-07 10:58:05 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 7 09:57:14 UTC 2017 - rguenther@suse.com
|
|
|
|
|
|
|
|
- Adjust dwz-0.12-ignore-nobits.patch to also handle non-monotonically
|
|
|
|
increasing sh_offset as created by the kernel linker script.
|
|
|
|
|
2017-02-23 13:22:03 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2016-11-29 09:51:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2015-01-11 19:54:18 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2012-07-06 13:26:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 27 14:04:01 CEST 2012 - pth@suse.de
|
|
|
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|