]> sourceware.org Git - newlib-cygwin.git/blobdiff - newlib/libc/machine/arc/strncpy.S
arc: libc: Add support of 16-entry register file
[newlib-cygwin.git] / newlib / libc / machine / arc / strncpy.S
index b04f5895d5a6388a7ce3ec538d2c33dcb83f3ecf..959f2a4d3f83cdeef0a34ec46533f22b0cdcfccc 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   Copyright (c) 2015, Synopsys, Inc. All rights reserved.
+   Copyright (c) 2015-2024, Synopsys, Inc. All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:
@@ -31,7 +31,8 @@
 /* This implementation is optimized for performance.  For code size a generic
    implementation of this function from newlib/libc/string/strncpy.c will be
    used.  */
-#if !defined (__OPTIMIZE_SIZE__) && !defined (PREFER_SIZE_OVER_SPEED)
+#if !defined (__OPTIMIZE_SIZE__) && !defined (PREFER_SIZE_OVER_SPEED) \
+    && !defined (__ARC_RF16__)
 
 #include "asm.h"
 
This page took 0.023429 seconds and 5 git commands to generate.