aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2017-10-18 12:20:55 +0100
committerWilco Dijkstra <wdijkstr@arm.com>2017-10-18 12:20:55 +0100
commit2c2245b92ccf6344b324d17d8f94ccd3b8c559c6 (patch)
tree284f5460798f126c408be5e4d7f976e7fe906a02 /ChangeLog
parent13c92696d2f66e94e4f04248550cc2b8f283bfd0 (diff)
downloadglibc-2c2245b92ccf6344b324d17d8f94ccd3b8c559c6.zip
glibc-2c2245b92ccf6344b324d17d8f94ccd3b8c559c6.tar.gz
glibc-2c2245b92ccf6344b324d17d8f94ccd3b8c559c6.tar.bz2
Fix build failure on tilepro due to unsupported atomics
* malloc/malloc.c (malloc_state): Use int for have_fastchunks since not all targets support atomics on bool.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9ca538..448be47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-18 Wilco Dijkstra <wdijkstr@arm.com>
+
+ * malloc/malloc.c (malloc_state): Use int for have_fastchunks since
+ not all targets support atomics on bool.
+
2017-10-17 Joseph Myers <joseph@codesourcery.com>
* include/float.h [!__GNUC_PREREQ (7, 0) && __HAVE_FLOAT128 &&