[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 681b793e420c3b1d45b921c190edfb2adfc45b97 to 01a933566e2606e17893a72121e70c81ba7558dc 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 01a933566e2606e17893a72121e70c81ba7558dc by Mark Wielaard on 16/07/2026 at 20:58.. backends: define strings for all sparc hwcap bits Not all sparc hwcaps bits do have a defined meaning. For those that don't we use the "resvBIT" string, where BIT is 0..31. Bits 29 to 31 weren't defined, but we forgot to add the "resv29" string causing an off-by one when trying to find the name for bit 30 (called "resv31") and 31 (not set, so NULL). * backends/sparc_attrs.c (sparc_check_object_attribute): insert "resv29" into hwcaps array. https://sourceware.org/bugzilla/show_bug.cgi?id=34402 Reported-by: nathan auvray <[email protected]> Signed-off-by: Mark Wielaard <[email protected]> https://invent.kde.org/qt/qt-creator/elfutils/-/commit/01a933566e2606e17893a72121e70c81ba7558dc