ARC: dw2 unwind: enable cfi pseudo ops in string lib
[cascardo/linux.git] / arch / arc / lib / strchr-700.S
index b725d58..2d300da 100644 (file)
@@ -13,7 +13,7 @@
 
 #include <linux/linkage.h>
 
-ENTRY(strchr)
+ENTRY_CFI(strchr)
        extb_s  r1,r1
        asl     r5,r1,8
        bmsk    r2,r0,1
@@ -130,4 +130,4 @@ ENTRY(strchr)
        j_s.d   [blink]
        mov.mi  r0,0
 #endif /* ENDIAN */
-END(strchr)
+END_CFI(strchr)