about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-06-19 14:47:21 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-06-19 14:47:22 +0530
commita4de0a9008d6f15e1509c9818ba6e50d78bb83f3 (patch)
treed5e7c118dc6e939b9c8292609d9395e0dc7e4f90 /ChangeLog
parent5e5b3b886635b52d9baa87414b97965190035e46 (diff)
downloadglibc-a4de0a9008d6f15e1509c9818ba6e50d78bb83f3.tar.gz
glibc-a4de0a9008d6f15e1509c9818ba6e50d78bb83f3.tar.xz
glibc-a4de0a9008d6f15e1509c9818ba6e50d78bb83f3.zip
Fix gen-tunables.awk to work with older awk
Awk 3.1.x does not support multi-dimensional arrays, so fix up to make
sure that gen-tunables.awk works on it.

	* scripts/gen-tunables.awk: Avoid multi-dimensional arrays.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd10dc1509..9dca756c95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-19  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	* scripts/gen-tunables.awk: Avoid multi-dimensional arrays.
+
 2017-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
 
 	[BZ #21537]