mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix build for armv7 (#14801)
This commit is contained in:
parent
b418d19c42
commit
1f64e7c253
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue