diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-06-07 14:52:42 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-06-07 14:52:42 +0000 |
commit | c22faadb1a721ca67acfb622e4f4568f5ddd7d7d (patch) | |
tree | 2bfc072cf4b75e3422a8d7f2868d7a2d7e495efc /gas | |
parent | 918e92bee9b9d6e56fc5c6ac7612af870c892f49 (diff) | |
download | fsf-binutils-gdb-c22faadb1a721ca67acfb622e4f4568f5ddd7d7d.zip fsf-binutils-gdb-c22faadb1a721ca67acfb622e4f4568f5ddd7d7d.tar.gz fsf-binutils-gdb-c22faadb1a721ca67acfb622e4f4568f5ddd7d7d.tar.bz2 |
Move gas/all/rept.[ds] to gas/i386
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 11 | ||||
-rw-r--r-- | gas/testsuite/gas/all/gas.exp | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/i386.exp | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/rept.d (renamed from gas/testsuite/gas/all/rept.d) | 0 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/rept.s (renamed from gas/testsuite/gas/all/rept.s) | 0 |
5 files changed, 12 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0cd8df5..9b3c6d3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,16 @@ 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/all/gas.exp: Run rept. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 079b746..2cef5dd 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/gas/testsuite/gas/all/gas.exp @@ -400,7 +400,6 @@ gas_test_error "weakref3.s" "" "a: would close weakref loop: a => b => c => d => gas_test_error "weakref4.s" "" "is already defined" run_dump_test string -run_dump_test rept load_lib gas-dg.exp dg-init diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp index fc67db0..89adf69 100644 --- a/gas/testsuite/gas/i386/i386.exp +++ b/gas/testsuite/gas/i386/i386.exp @@ -274,6 +274,7 @@ if [expr [istarget "i*86-*-*"] || [istarget "x86_64-*-*"]] then { 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" diff --git a/gas/testsuite/gas/all/rept.d b/gas/testsuite/gas/i386/rept.d index 6e63f22..6e63f22 100644 --- a/gas/testsuite/gas/all/rept.d +++ b/gas/testsuite/gas/i386/rept.d diff --git a/gas/testsuite/gas/all/rept.s b/gas/testsuite/gas/i386/rept.s index 318f44e..318f44e 100644 --- a/gas/testsuite/gas/all/rept.s +++ b/gas/testsuite/gas/i386/rept.s |