mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -7,7 +7,7 @@
|
||||||
* See https://sourceware.org/gdb/current/onlinedocs/gdb.html/dotdebug_005fgdb_005fscripts-section.html#dotdebug_005fgdb_005fscripts-section
|
* See https://sourceware.org/gdb/current/onlinedocs/gdb.html/dotdebug_005fgdb_005fscripts-section.html#dotdebug_005fgdb_005fscripts-section
|
||||||
*/
|
*/
|
||||||
asm(
|
asm(
|
||||||
".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n"
|
".pushsection \".debug_gdb_scripts\", \"MS\",%progbits,1\n"
|
||||||
".byte 4 /* Python Text */\n"
|
".byte 4 /* Python Text */\n"
|
||||||
".ascii \"gdb.inlined-script\\n\"\n"
|
".ascii \"gdb.inlined-script\\n\"\n"
|
||||||
".ascii \"gdb.execute('''\\n\"\n"
|
".ascii \"gdb.execute('''\\n\"\n"
|
||||||
|
|
|
@ -28,7 +28,7 @@ $ccode = sprintf(
|
||||||
* See https://sourceware.org/gdb/current/onlinedocs/gdb.html/dotdebug_005fgdb_005fscripts-section.html#dotdebug_005fgdb_005fscripts-section
|
* See https://sourceware.org/gdb/current/onlinedocs/gdb.html/dotdebug_005fgdb_005fscripts-section.html#dotdebug_005fgdb_005fscripts-section
|
||||||
*/
|
*/
|
||||||
asm(
|
asm(
|
||||||
".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n"
|
".pushsection \".debug_gdb_scripts\", \"MS\",%%progbits,1\n"
|
||||||
".byte 4 /* Python Text */\n"
|
".byte 4 /* Python Text */\n"
|
||||||
".ascii \"gdb.inlined-script\\n\"\n"
|
".ascii \"gdb.inlined-script\\n\"\n"
|
||||||
%s
|
%s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue