mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-01 18:32:32 +08:00
gdb/testsuite/
Fix compatibility with gcc-4.7. * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
|
||||
volatile int v = 42;
|
||||
|
||||
__attribute__((__always_inline__)) static int
|
||||
__attribute__((__always_inline__)) static inline int
|
||||
f (void)
|
||||
{
|
||||
/* Provide first stub line so that GDB understand the PC is already inside
|
||||
|
Reference in New Issue
Block a user