[Thumb2] LDRS?[BH] cannot load to the PC
[oota-llvm.git] / test / MC / COFF / bigobj.py
index 6c4061708160d324eb0c0371ec302068870facef..2d610738b9da87e87b13dc3297198c8e1266a3d9 100644 (file)
@@ -18,9 +18,9 @@ num_sections = 65277
 # CHECK-NEXT:   ]
 # CHECK-NEXT: }
 
-for i in xrange(0, num_sections):
-       print """       .section        .bss,"bw",discard,_b%d
+for i in range(0, num_sections):
+       print("""       .section        .bss,"bw",discard,_b%d
        .globl  _b%d                     # @b%d
 _b%d:
        .byte   0                       # 0x0
-""" % (i, i, i, i)
+""" % (i, i, i, i))