Revisions of dwz

buildservice-autocommit accepted request 1151363 from Tom de Vries's avatar Tom de Vries (tomdevries) (revision 49)
baserev update by copy to link target
buildservice-autocommit accepted request 1036954 from Martin Liška's avatar Martin Liška (marxin) (revision 47)
baserev update by copy to link target
Martin Liška's avatar Martin Liška (marxin) accepted request 1036953 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 46)
Make PGO training independent from number of build machine cores (boo#1040589)
buildservice-autocommit accepted request 1034029 from Martin Liška's avatar Martin Liška (marxin) (revision 45)
baserev update by copy to link target
Martin Liška's avatar Martin Liška (marxin) committed (revision 44)
- Update to 0.15 release:
  * Uses xxHash hashing algorithm. A 8% ~ 14% speedup.
  * Set endianity of multifile using -e, --multifile-endian.
  * Set pointer size of multifile using -p, --multifile-pointer-size
  * Process files in parallel using -j N --jobs N. The default is
    processors / 2.  Disabled when multifile is used.
  * Prints abbrev or DIE offset for Unknown DWARF error messages.
  * All testcases have been updated to work against the binutils 2.39.
- Remove upstreamed patches:
  * dwz-fix-another-reference-from-pu-to-cu-for-odr.patch
  * dwz-handle-reordered-dup-chains-in-create-import-tree.patch
  * dwz-testsuite-fix-pr27463.sh-on-riscv64.patch
  * dwz-use-grep-E-instead-of-egrep.patch
- Rebased patches:
  * dwz-remove-odr-struct-multifile.sh.patch
  * dwz-enable-odr-by-default.patch
buildservice-autocommit accepted request 1002177 from Tom de Vries's avatar Tom de Vries (tomdevries) (revision 43)
baserev update by copy to link target
Tom de Vries's avatar Tom de Vries (tomdevries) accepted request 1002174 from Martin Liška's avatar Martin Liška (marxin) (revision 42)
- Add dwz-use-grep-E-instead-of-egrep.patch in order
  to fix build with latest grep package.
buildservice-autocommit accepted request 973717 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 41)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 973629 from Martin Liška's avatar Martin Liška (marxin) (revision 40)
- Drop binutils-gold dependency for testsuite as binutils-gold
  is deprecated and will be removed in the future.
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 950688 from Martin Liška's avatar Martin Liška (marxin) (revision 39)
- Silent warnings for tramp3d compilation.
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 943921 from Martin Liška's avatar Martin Liška (marxin) (revision 38)
- Add dwz-remove-odr-struct-multifile.sh.patch that removes problematic
  testcase.

- Start using -O3 and PGO with tramp3d as training binary.
buildservice-autocommit accepted request 879825 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 37)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 879718 from Tom de Vries's avatar Tom de Vries (tomdevries) (revision 36)
- Backport fixes for odr PR [swo#27578]:
  * dwz-fix-another-reference-from-pu-to-cu-for-odr.patch
  * dwz-handle-reordered-dup-chains-in-create-import-tree.patch
- Backport testsuite fix:
  * dwz-testsuite-fix-pr27463.sh-on-riscv64.patch
- DWZ 0.14 update:
  * Dropped patches:
    - dwz-add-assert-checking-that-cu-is-not-referenced-from-pu.patch
    - dwz-call-reorder_dups-asap.patch
    - dwz-document-experimental-status-of-odr.patch
    - dwz-fix-reference-of-pu-to-cu-for-odr.patch
    - dwz-precompute-partitions.patch
    - dwz-testsuite-fix-pr25109.sh-on-riscv64.patch
    - dwz-update-suse-copyright-years.patch
    - dwz-update-version.patch
  * Updated patch:
    - dwz-enable-odr-by-default.patch
buildservice-autocommit accepted request 875421 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 35)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 875368 from Tom de Vries's avatar Tom de Vries (tomdevries) (revision 34)
- Change Version tag from 0.14rc1 to 0.14~rc1
  * Rename dwz-0.14rc1.tar.xz to dwz-0.14~rc1.tar.xz
- Fix testsuite build fail on riscv64:
  * dwz-testsuite-fix-pr25109.sh-on-riscv64.patch
- Update reported dwz version
  * dwz-update-version.patch
- DWZ 0.14-rc1 (master branch commit 0d391bf) update:
  * Dropped patches:
    - dwz-fix-assertion-off-cu_size-in-recompute_abbrevs.patch
    - dwz-fix-die-no-multifile-propagation.patch
    - dwz-fix-refd-NULL-assertion-in-write_die.patch
    - dwz-fix-reference-from-pu-to-cu.patch
    - dwz-fix-segfault-in-die_cu.patch
    - dwz-testsuite-adjust-pr24468-sh-test-case-for-readelf-with-follow-links.patch
    - dwz-testsuite-detect-when-devel-ignore-size-sh-is-unsupported.patch
    - dwz-testsuite-fix-partial-unit-grepping-in-pr24468-sh.patch
    - dwz-update-version-copyright-message.patch
  * Added patches:
    - dwz-add-assert-checking-that-cu-is-not-referenced-from-pu.patch
    - dwz-call-reorder_dups-asap.patch
    - dwz-document-experimental-status-of-odr.patch
    - dwz-enable-odr-by-default.patch
    - dwz-fix-reference-of-pu-to-cu-for-odr.patch
    - dwz-precompute-partitions.patch
    - dwz-update-suse-copyright-years.patch
  * Added BuildRequires gcc-c++
buildservice-autocommit accepted request 862537 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 33)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 861040 from Tom de Vries's avatar Tom de Vries (tomdevries) (revision 32)
- Fix pr24468.sh test-case with newer readelf.
  * dwz-testsuite-adjust-pr24468-sh-test-case-for-readelf-with-follow-links.patch
  * dwz-testsuite-fix-partial-unit-grepping-in-pr24468-sh.patch
- Detect when devel-ignore-size.sh is unsupported [swo#27115].
  * dwz-testsuite-detect-when-devel-ignore-size-sh-is-unsupported.patch
buildservice-autocommit accepted request 824538 from Tom de Vries's avatar Tom de Vries (tomdevries) (revision 31)
baserev update by copy to link target
Tom de Vries's avatar Tom de Vries (tomdevries) accepted request 824496 from Tom de Vries's avatar Tom de Vries (tomdevries) (revision 30)
- Add dwz-rpmlintrc.  Add comment to NoSource directive.
Displaying revisions 1 - 20 of 49
openSUSE Build Service is sponsored by