* Makefile.in (BISON): Remove double quotes around BISON
[external/binutils.git] / gas / testsuite / gas / p2411.s
1 # The assembler is failing with error 'FATAL:failed sanity check', giving
2 # the line of the 'dbf' instruction as the offending line.
3 #
4 # This will assemble ok if the section is '.text'.  However we must
5 # be able to use a different section name.
6 #
7 # Our only workaround is to recode all of our loops to not use dbf.
8
9
10     .sect other
11
12     loop1:
13             move.l      %d1,%a0@+
14             dbf         %d0,loop1