* gas/all/gas.exp: Run it.
+
+ * gas/all/cond.s, gas/all/cond.d: New test.
+ * gas/all/gas.exp: Run it.
+
+
+ * lib/gas-defs.exp(gas_init): Added new parameter for script
+ name.
+
start-sanitize-tic80
gas.exp
cofftag.d
cofftag.s
+cond.d
+cond.s
comment.s
diff1.s
float.s
--- /dev/null
+# This should match the output of gas -alc cond.s.
+
+.*cond.s.*
+
+
+ 1[ ]+.if 0
+ 8[ ]+.else
+ 9[ ]+.if 1
+ 10[ ]+.endc
+ 11 0000 0[02]00 ?000[02][ ]+.long[ ]+2
+ 12[ ]+.if 0
+ 14[ ]+.else
+ 15 0004 0[04]00 ?000[04][ ]+.long[ ]+4
+ 16[ ]+.endc
+ 17[ ]+.endc
--- /dev/null
+ .if 0
+ .if 1
+ .endc
+ .long 0
+ .if 0
+ .long 1
+ .endc
+ .else
+ .if 1
+ .endc
+ .long 2
+ .if 0
+ .long 3
+ .else
+ .long 4
+ .endc
+ .endc