]> sourceware.org Git - newlib-cygwin.git/blobdiff - newlib/libc/machine/arc/strncpy-stub.c
arc: libc: Add support of 16-entry register file
[newlib-cygwin.git] / newlib / libc / machine / arc / strncpy-stub.c
index 3f8f9db37eac9488ccb36029f8b3cb5cdd08be79..4a3a6073f0162b92a941a881bc5fdf31a631ba4d 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:
@@ -29,7 +29,8 @@
 */
 
 
-#if defined (__OPTIMIZE_SIZE__) || defined (PREFER_SIZE_OVER_SPEED)
+#if defined (__OPTIMIZE_SIZE__) || defined (PREFER_SIZE_OVER_SPEED)    \
+  || defined (__ARC_RF16__)
 # include "../../string/strncpy.c"
 #else
 /* See strncpy-*.S.  */
This page took 0.020744 seconds and 5 git commands to generate.