[qt/qt-creator/elfutils]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt-creator/elfutils Pushed by mirror-service into branch 'upstream/main'. Changed from 62563002d86d182bbf6a9689983629aaa075f505 to 3e66afef6846b6ce1482a1d69a420422e4ad8054 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 3e66afef6846b6ce1482a1d69a420422e4ad8054 by Mark Wielaard on 18/08/2026 at 13:24.. libdw: Add dwarf_begin_elf_type to libdw.map When introducing dwarf_begin_elf_type in elfutils 0.196 it wasn't added to libdw.map and so there was no public version. It still worked because the only libdw function calling dwarf_begin_elf_type (dwarf_begin_type) used the INTUSE variant. So they linked against the internal version. But without a public version it cannot be used by external users. * libdw/libdw.map (ELFUTILS_0.197): New version section based on ELFUTILS_0.196, includes global dwarf_begin_elf_type. Signed-off-by: Mark Wielaard <[email protected]> https://invent.kde.org/qt/qt-creator/elfutils/-/commit/3e66afef6846b6ce1482a1d69a420422e4ad8054