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