merge from gcc
[external/binutils.git] / gas / testsuite / gas / all / assign.s
index 1a41406..5f94392 100644 (file)
@@ -1,7 +1,9 @@
+ .global x
  x = zzz
  x = x+1
  .long x
 
+ .global y
  y = 1
  y = y+zzz
  .long y