mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
Initial creation of sourceware repository
This commit is contained in:
10
gdb/testsuite/gdb.base/grbx.c
Normal file
10
gdb/testsuite/gdb.base/grbx.c
Normal file
@ -0,0 +1,10 @@
|
||||
static int grbxx __attribute__ ((section (".data03"))) = 'g' + 'r' + 'b' + 'x';
|
||||
|
||||
int grbx (int x)
|
||||
{
|
||||
if (x)
|
||||
return grbxx;
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user