r197051 - in /trunk/gcc: ChangeLog testsuite/Ch...

ktkachov@gcc.gnu.org ktkachov@gcc.gnu.org
Mon Mar 25 14:55:00 GMT 2013


Author: ktkachov
Date: Mon Mar 25 14:55:05 2013
New Revision: 197051

URL: http://gcc.gnu.org/viewcvs?rev=197051&root=gcc&view=rev
Log:
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.

Added:
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-comp-swap-release-acquire.x
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-acq_rel.x
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-acquire.x
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-char.x
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-consume.x
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-int.x
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-relaxed.x
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-release.x
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-seq_cst.x
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-short.x
    trunk/gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire.c
    trunk/gcc/testsuite/gcc.target/arm/atomic-op-acq_rel.c
    trunk/gcc/testsuite/gcc.target/arm/atomic-op-acquire.c
    trunk/gcc/testsuite/gcc.target/arm/atomic-op-char.c
    trunk/gcc/testsuite/gcc.target/arm/atomic-op-consume.c
    trunk/gcc/testsuite/gcc.target/arm/atomic-op-int.c
    trunk/gcc/testsuite/gcc.target/arm/atomic-op-relaxed.c
    trunk/gcc/testsuite/gcc.target/arm/atomic-op-release.c
    trunk/gcc/testsuite/gcc.target/arm/atomic-op-seq_cst.c
    trunk/gcc/testsuite/gcc.target/arm/atomic-op-short.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-comp-swap-release-acquire.c
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-acq_rel.c
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-acquire.c
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-char.c
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-consume.c
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-int.c
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-relaxed.c
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-release.c
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-seq_cst.c
    trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-short.c



More information about the Gcc-cvs mailing list