Fix ChangeLog formatting.
commita5784ce6249b20197e3082cc592c3640121dc020
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 25 Mar 2013 14:55:05 +0000 (25 14:55 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Mon, 25 Mar 2013 14:55:05 +0000 (25 14:55 +0000)
treec38902d91095910b014e69cfec65400cdd5c06f8
parent55446c7e557773390aac5cea0ecc2227c254423a
Fix ChangeLog formatting.

gcc/
Fix ChangeLog formatting.

gcc/testsuite
2013-03-25  Kyrylo Tkachov  <kyrylo.tkachov at arm.com>

* gcc.target/aarch64/atomic-comp-swap-release-acquire.c: Move test
body from here...
* gcc.target/aarch64/atomic-comp-swap-release-acquire.x: ... to here.
* gcc.target/aarch64/atomic-op-acq_rel.c: Move test body from here...
* gcc.target/aarch64/atomic-op-acq_rel.x: ... to here.
* gcc.target/aarch64/atomic-op-acquire.c: Move test body from here...
* gcc.target/aarch64/atomic-op-acquire.x: ... to here.
* gcc.target/aarch64/atomic-op-char.c: Move test body from here...
* gcc.target/aarch64/atomic-op-char.x: ... to here.
* gcc.target/aarch64/atomic-op-consume.c: Move test body from here...
* gcc.target/aarch64/atomic-op-consume.x: ... to here.
* gcc.target/aarch64/atomic-op-int.c: Move test body from here...
* gcc.target/aarch64/atomic-op-int.x: ... to here.
* gcc.target/aarch64/atomic-op-relaxed.c: Move test body from here...
* gcc.target/aarch64/atomic-op-relaxed.x: ... to here.
* gcc.target/aarch64/atomic-op-release.c: Move test body from here...
* gcc.target/aarch64/atomic-op-release.x: ... to here.
* gcc.target/aarch64/atomic-op-seq_cst.c: Move test body from here...
* gcc.target/aarch64/atomic-op-seq_cst.x: ... to here.
* gcc.target/aarch64/atomic-op-short.c: Move test body from here...
* gcc.target/aarch64/atomic-op-short.x: ... to here.
* gcc.target/arm/atomic-comp-swap-release-acquire.c: New test.
* gcc.target/arm/atomic-op-acq_rel.c: Likewise.
* gcc.target/arm/atomic-op-acquire.c: Likewise.
* gcc.target/arm/atomic-op-char.c: Likewise.
* gcc.target/arm/atomic-op-consume.c: Likewise.
* gcc.target/arm/atomic-op-int.c: Likewise.
* gcc.target/arm/atomic-op-relaxed.c: Likewise.
* gcc.target/arm/atomic-op-release.c: Likewise.
* gcc.target/arm/atomic-op-seq_cst.c: Likewise.
* gcc.target/arm/atomic-op-short.c: Likewise.

From-SVN: r197051
32 files changed:
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/atomic-comp-swap-release-acquire.c
gcc/testsuite/gcc.target/aarch64/atomic-comp-swap-release-acquire.x [copied from gcc/testsuite/gcc.target/aarch64/atomic-comp-swap-release-acquire.c with 76% similarity]
gcc/testsuite/gcc.target/aarch64/atomic-op-acq_rel.c
gcc/testsuite/gcc.target/aarch64/atomic-op-acq_rel.x [copied from gcc/testsuite/gcc.target/aarch64/atomic-op-acq_rel.c with 71% similarity]
gcc/testsuite/gcc.target/aarch64/atomic-op-acquire.c
gcc/testsuite/gcc.target/aarch64/atomic-op-acquire.x [copied from gcc/testsuite/gcc.target/aarch64/atomic-op-acquire.c with 71% similarity]
gcc/testsuite/gcc.target/aarch64/atomic-op-char.c
gcc/testsuite/gcc.target/aarch64/atomic-op-char.x [copied from gcc/testsuite/gcc.target/aarch64/atomic-op-char.c with 72% similarity]
gcc/testsuite/gcc.target/aarch64/atomic-op-consume.c
gcc/testsuite/gcc.target/aarch64/atomic-op-consume.x [copied from gcc/testsuite/gcc.target/aarch64/atomic-op-consume.c with 72% similarity]
gcc/testsuite/gcc.target/aarch64/atomic-op-int.c
gcc/testsuite/gcc.target/aarch64/atomic-op-int.x [copied from gcc/testsuite/gcc.target/aarch64/atomic-op-relaxed.c with 72% similarity]
gcc/testsuite/gcc.target/aarch64/atomic-op-relaxed.c
gcc/testsuite/gcc.target/aarch64/atomic-op-relaxed.x [copied from gcc/testsuite/gcc.target/aarch64/atomic-op-int.c with 72% similarity]
gcc/testsuite/gcc.target/aarch64/atomic-op-release.c
gcc/testsuite/gcc.target/aarch64/atomic-op-release.x [copied from gcc/testsuite/gcc.target/aarch64/atomic-op-release.c with 71% similarity]
gcc/testsuite/gcc.target/aarch64/atomic-op-seq_cst.c
gcc/testsuite/gcc.target/aarch64/atomic-op-seq_cst.x [copied from gcc/testsuite/gcc.target/aarch64/atomic-op-seq_cst.c with 71% similarity]
gcc/testsuite/gcc.target/aarch64/atomic-op-short.c
gcc/testsuite/gcc.target/aarch64/atomic-op-short.x [copied from gcc/testsuite/gcc.target/aarch64/atomic-op-short.c with 72% similarity]
gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/atomic-op-acq_rel.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/atomic-op-acquire.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/atomic-op-char.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/atomic-op-consume.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/atomic-op-int.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/atomic-op-relaxed.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/atomic-op-release.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/atomic-op-seq_cst.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/atomic-op-short.c [new file with mode: 0644]