summaryrefslogtreecommitdiff
path: root/dev-util/debugedit/files
AgeCommit message (Collapse)Author
2025-08-17dev-util/debugedit: add 5.2Sam James
I see some test failures but they're not consistent and I see them with 5.1 too. I'll speak to mjw when I get a chance to see if he has any ideas. Signed-off-by: Sam James <sam@gentoo.org>
2025-02-22dev-util/debugedit: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-28dev-util/debugedit: fix error "Unknown DWARF DW_FORM_0x25 (DW_FORM_strx1)"Sv. Lockal
This fixes builds with FEATURES="installsources" when compiled with Clang, allowing to set correct sources path with debugedit for binaries, created with Clang. The issue was caused by switch from DWARF4 to DWARF5 (by default) in Clang 14. The patch is taken from upstream commits and repeats fix from Fedora. Upstream bug: https://sourceware.org/bugzilla/show_bug.cgi?id=28728 See Also: https://bugzilla.redhat.com/show_bug.cgi?id=2064052 Closes: https://bugs.gentoo.org/911306 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35054 Signed-off-by: Sam James <sam@gentoo.org>
2023-09-18dev-util/debugedit: Fix build on musl 1.2.4Violet Purcell
Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/31631 Signed-off-by: Sam James <sam@gentoo.org>
2022-07-18dev-util/debugedit: Fix build on muslbrahmajit das
musl doesn't provide error.h as a result debugedit is failing to build on musl. So we're creating a error define that redefines the err function and takes precedence over it. Thanks to gentoo developer Anthony G. Basile <blueness@gentoo.org> for the patch idea. Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26223 Signed-off-by: Sam James <sam@gentoo.org>
2022-02-02dev-util/debugedit: add HPPA patchSam James
Fixes tests but it's really a runtime error. Should affect non-HPPA uses too if cross-compiling or otherwise handling PARISC objects. Bug: https://bugs.gentoo.org/831766 Thanks-to: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
2021-09-03dev-util/debugedit: Bump to 5.0Michał Górny
Closes: https://bugs.gentoo.org/768444 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-09-08dev-util/debugedit: Drop oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-06-20dev-util/debugedit: Drop oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-03-14dev-util/debugedit: Apply GCC breakage workaroundMichał Górny
Thanks to slyfox for the patch. Closes: https://bugs.gentoo.org/666954 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2018-09-20dev-util/debugedit: Remove obsolete updater scriptMichał Górny
We are now using upstream tarballs, so the script is no longer relevant. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2017-10-20dev-util/debugedit: remove unused file.Michael Mair-Keimberger
2016-11-09dev-util/debugedit: Added some checks to the update script.Lars Wendler
Package-Manager: portage-2.3.2
2016-02-09dev-util/debugedit: drop old <5.3 versionsMike Frysinger
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed