fix note alignment
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Tue, 5 May 2026 13:51:20 +0000 (16:51 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Tue, 5 May 2026 13:51:20 +0000 (16:51 +0300)
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit?id=47a4e6a9497b068a
Last-Update: 2026-05-05

It is architecture defined whether .align means .palign or .balign.  Use
.balign to make that explicit.

Gbp-Pq: Name balign.diff

src/corelib/global/minimum-linux.S

index dfc3cec1bec94c828fac5304e2e28ed526de2998..e324379efc4d63d7ea9d5d31169194b3e7902323 100644 (file)
@@ -62,7 +62,7 @@
 
     .section    ".note.GNU-stack", "", progbits
     .section    ".note.ABI-tag", "a", note
-    .align      4       /* we have 32-bit data */
+    .balign     4       /* we have 32-bit data */
 
 /*  * For the format of the note section's contents, see Elf32_Nhdr / Elf64_Nhdr */
     .long       .Lnameend-.Lname        /* n_namesz */