PR gas/14201
* gas/all/gas.exp: Run rept.
* gas/all/rept.d: New file.
* gas/all/rept.s: Likewise.
+2012-06-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/14201
+ * gas/all/gas.exp: Run rept.
+
+ * gas/all/rept.d: New file.
+ * gas/all/rept.s: Likewise.
+
2012-05-29 Roland McGrath <mcgrathr@google.com>
* gas/i386/bundle-bad.s: Remove nested .bundle_lock case.
gas_test_error "weakref4.s" "" "is already defined"
run_dump_test string
+run_dump_test rept
load_lib gas-dg.exp
dg-init
--- /dev/null
+#nm: --extern-only
+
+# Test the .rept pseudo-op.
+
+0+0 D _pad_data
--- /dev/null
+ .data
+ .global _pad_data
+_pad_data:
+ .rept (0x40000*210)
+ .byte 0
+ .endr