Skip to content

Commit fc345c8

Browse files
committed
Fix build for armv7
1 parent 88e36a7 commit fc345c8

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
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* See https://sourceware.org/gdb/current/onlinedocs/gdb.html/dotdebug_005fgdb_005fscripts-section.html#dotdebug_005fgdb_005fscripts-section
88
*/
99
asm(
10-
".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n"
10+
".pushsection \".debug_gdb_scripts\", \"MS\",%progbits,1\n"
1111
".byte 4 /* Python Text */\n"
1212
".ascii \"gdb.inlined-script\\n\"\n"
1313
".ascii \"gdb.execute('''\\n\"\n"

scripts/gdb/debug_gdb_scripts_gen.php

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

0 commit comments

Comments
 (0)