diff options
Diffstat (limited to 'newlib/libc/machine/arm/strcmp-armv4.S')
-rw-r--r-- | newlib/libc/machine/arm/strcmp-armv4.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/machine/arm/strcmp-armv4.S b/newlib/libc/machine/arm/strcmp-armv4.S index b18c3dbe0..05e3df675 100644 --- a/newlib/libc/machine/arm/strcmp-armv4.S +++ b/newlib/libc/machine/arm/strcmp-armv4.S @@ -45,6 +45,7 @@ .arm def_fn strcmp + .cfi_sections .debug_frame .cfi_startproc eor tmp1, src1, src2 tst tmp1, #3 |