* gas/all/gas.exp: Don't run rept.
	* gas/all/rept.d: Moved to ...
	* gas/i386/rept.d: Here.
	* gas/all/rept.s: Moved to ...
	* gas/i386/rept.s: Here.
	* gas/i386/i386.exp: Run rept.
+2012-06-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/all/gas.exp: Don't run rept.
+
+       * gas/all/rept.d: Moved to ...
+       * gas/i386/rept.d: Here.
+       * gas/all/rept.s: Moved to ...
+       * gas/i386/rept.s: Here.
+
+       * gas/i386/i386.exp: Run rept.
+
 2012-06-07  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gas/14201
 
 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
 
     run_dump_test "string-ok"
     run_list_test "string-bad" ""
     run_list_test "space1" "-al"
+    run_dump_test rept
     if [is_elf_format] then {
        run_list_test_stdin "list-1" "-al"
        run_list_test_stdin "list-2" "-al"
 
--- /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