tests.
+
+ * gas/hppa/more.parse/labelbug.s: Add more colonless label tests.
+
+
+ * Makefile.in (site.exp): Don't set ASFLAGS. Quote value of
+ OBJDUMPFLAGS in case it's empty. Use temporary names until the
+ end; make creating site.exp the final step.
+ (check): Pass in ASFLAGS.
+
+ * gas/all/gas.exp: Use all_ones proc. Change regexp for matching
+ C comments to avoid bugs in latest expect code.
+
* gas/m68k/disperr.s: New test.
label_without_colon
label_with_colon:
+; A problem tege found...
+; Input scrubbing in gas makes life a real nightmare for assemblers
+; in which the *position* within a line determines how to interpret
+; a stream a characters. These test one particular case where gas
+; had the tendency to delete the whitespace between the opcode and
+; operands if a label without a colon began a line, and the operands
+; started with a non-numeric character.
+L$1 add %r2,%r2,%r2
+L$2: add %r2,%r2,%r2
+L$3
+ add %r2,%r2,%r2
+
+L$4 add 2,%r2,%r2
+L$5: add 2,%r2,%r2
+L$6
+ add 2,%r2,%r2
+
; An instruction or pseudo-op may begin anywhere after column 0.
b,n label_without_colon
label_without_colon
label_with_colon:
+; A problem tege found...
+; Input scrubbing in gas makes life a real nightmare for assemblers
+; in which the *position* within a line determines how to interpret
+; a stream a characters. These test one particular case where gas
+; had the tendency to delete the whitespace between the opcode and
+; operands if a label without a colon began a line, and the operands
+; started with a non-numeric character.
+L$1 add %r2,%r2,%r2
+L$2: add %r2,%r2,%r2
+L$3
+ add %r2,%r2,%r2
+
+L$4 add 2,%r2,%r2
+L$5: add 2,%r2,%r2
+L$6
+ add 2,%r2,%r2
+
; An instruction or pseudo-op may begin anywhere after column 0.
b,n label_without_colon