]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.chill/func1.ch
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.chill / func1.ch
1 func1: MODULE
2
3 SYNMODE m_set = SET (e1, e2, e3, e4, e5, e6, e7, e8, e9, e10);
4 SYNMODE m_setrange = RANGE (e3:e8);
5 SYNMODE m_ps = POWERSET m_set;
6 SYNMODE m_rangeps = POWERSET RANGE(0:31);
7 GRANT ALL;
8
9 END func1;