]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gasp/crash.asm
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gasp / crash.asm
CommitLineData
3981bad3
SC
1
2 Stuff to try and crash it
3
4foo: .MACRO
5 HI
6bar: .MACRO
7 THERE
8 bar
9 .ENDM
10
11
12 .ENDM
13 foo
14 foo
15 foo
16 foo
17 foo
18 bar
19
20
21
467d7bbd 22