1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix build for armv7 (#14801)

This commit is contained in:
Andy Postnikov
2024-07-06 16:21:45 +03:00
committed by GitHub
parent b418d19c42
commit 1f64e7c253
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ $ccode = sprintf(
* See https://sourceware.org/gdb/current/onlinedocs/gdb.html/dotdebug_005fgdb_005fscripts-section.html#dotdebug_005fgdb_005fscripts-section
*/
asm(
".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n"
".pushsection \".debug_gdb_scripts\", \"MS\",%%progbits,1\n"
".byte 4 /* Python Text */\n"
".ascii \"gdb.inlined-script\\n\"\n"
%s