diff mbox

[ARM] Fix PR target/65937

Message ID 555DA491.9020403@foss.arm.com
State New
Headers show

Commit Message

Ramana Radhakrishnan May 21, 2015, 9:25 a.m. UTC
Testism introduced by last commit to fix PR26702 on arm-*-linux* 
targets. The fix is to restore target selector to arm*-*-eabi* as the 
target macro changes only affect arm*-*-eabi*

Applied to trunk as obvious

Ramana

* gcc.target/arm/pr26702.c: Adjust target selector.
diff mbox

Patch

Index: gcc.target/arm/pr26702.c
===================================================================
--- gcc.target/arm/pr26702.c	(revision 223444)
+++ gcc.target/arm/pr26702.c	(working copy)
@@ -1,4 +1,4 @@ 
-/* { dg-do compile { target arm_eabi } } */
+/* { dg-do compile { target arm*-*-eabi* } } */
 /* { dg-final { scan-assembler "\\.size\[\\t \]+static_foo, 4" } } */
 int foo;
 static int static_foo;