Skip to content

Commit bc5f878

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Fix build with -std=
2 parents b65ccc0 + 6f32a4a commit bc5f878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main/debug_gdb_scripts.c

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/gdb/debug_gdb_scripts_gen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* See https://sourceware.org/gdb/current/onlinedocs/gdb.html/dotdebug_005fgdb_005fscripts-section.html#dotdebug_005fgdb_005fscripts-section
2929
*/
30-
asm(
30+
__asm__(
3131
".pushsection \".debug_gdb_scripts\", \"MS\",%%progbits,1\n"
3232
".byte 4 /* Python Text */\n"
3333
".ascii \"gdb.inlined-script\\n\"\n"

0 commit comments

Comments
 (0)