]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gasp/reg.asm
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gasp / reg.asm
1
2
3 foo .REG (r1)
4 add foo,foo
5
6 bar .reg (r2)
7 add bar,foo
8
9 .END