Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / fwdexp.s
index e10309958486bf81cfc7682a1a77c3c3efddf2a4..ecc7c4e37e4738a2e1138932313ccd7c9bba0057 100644 (file)
@@ -1,6 +1,6 @@
  .data
-i:
+label_i:
 
  .text
- .dc.a i + (. - .L1)
+ .dc.a label_i + (. - .L1)
 .L1:
This page took 0.025104 seconds and 4 git commands to generate.