diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2a107a3e19827daf9a113c9edec1531faef41ec5..12cedf9c0f49a4986e6bc3a90976de929eced17b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,8 @@
 2012-10-12  Janis Johnson  <janisjo@codesourcery.com>
 
+	* gcc.target/arm/div64-unwinding.c: Skip, don't xfail, for
+	GNU/Linux.
+
 	* lib/target-supports.exp (check_effective_target_arm_hard_vfp_ok):
 	Return 0 if already specifying -mfloat-abi other than hard.
 
diff --git a/gcc/testsuite/gcc.target/arm/div64-unwinding.c b/gcc/testsuite/gcc.target/arm/div64-unwinding.c
index d10fb2bdd5bd98962cef1f4f4f464fb8aeb74ef9..7f112eeab9f57f9687cad87cd6a031726f1d9728 100644
--- a/gcc/testsuite/gcc.target/arm/div64-unwinding.c
+++ b/gcc/testsuite/gcc.target/arm/div64-unwinding.c
@@ -1,7 +1,6 @@
 /* Performing a 64-bit division should not pull in the unwinder.  */
 
-/* The test is expected to fail for GNU/Linux; see PR54723.  */
-/* { dg-do run { xfail *-*-linux* } } */
+/* { dg-do run { target { ! *-*-linux* } } } */
 /* { dg-options "-O0" } */
 
 #include <stdlib.h>