summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@ezchip.com>2014-12-19 22:46:52 -0500
committerChris Metcalf <cmetcalf@ezchip.com>2014-12-19 22:54:35 -0500
commit95dee05f17563f737e5a34fde97bdc7fa02a5185 (patch)
treebb65a520fdc24a7b53efd45f96c3ff3b5176a507 /ChangeLog
parent0c73b4ea0c5cd6a82e7acace1ae6a6335ca02e2c (diff)
tilegx: fix strstr to build and link better
The two_way_short_needle() routine included from str-two-way.h is not used, so mark it so to avoid compiler warnings. Calling strnlen() breaks linknamespace tests, so change it to __strnlen().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c8bcb418f..68a8531c2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
+
+ * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
+ strnlen.
+
2014-12-19 Ondřej Bílka <neleai@seznam.cz>
* string/strncat.c (STRNCAT): Simplify implementation.