URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.base/] [grbx.c] - Rev 106
Go to most recent revision | Compare with Previous | Blame | View Log
static int grbxx __attribute__ ((section (".data03"))) = 'g' + 'r' + 'b' + 'x'; int grbx (int x) { if (x) return grbxx; else return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log