* gas/i386/divide.s: Test line comment starting with '/'.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / divide.s
index 6a22dedae58b1902086c2d3e4ef2f432026fc9bb..17433db788644e906f65391d20c3245b3057502e 100644 (file)
@@ -1,4 +1,6 @@
 start:
  .long 1,2,3,a,b
- a=(.-start)/4-1
+/ This comment should still be allowed with --divide,
+/ but the divide must remain a divide in the next line
+a=(.-start)/4-1 # comment
 b=(.-start)/4
This page took 0.027667 seconds and 4 git commands to generate.