diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-12-31 13:22:58 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-12-31 13:22:58 +0530 |
commit | 195f3afcbed4986beaecd5c28fdbe27ee0a402e0 (patch) | |
tree | 19d5c6ecd5853820c7ac5a1a47cf275e15a71187 /ChangeLog | |
parent | 7062bd4230a9b94adff4101af9ae6c6a0d53c6e6 (diff) | |
download | glibc-195f3afcbed4986beaecd5c28fdbe27ee0a402e0.tar.gz glibc-195f3afcbed4986beaecd5c28fdbe27ee0a402e0.tar.xz glibc-195f3afcbed4986beaecd5c28fdbe27ee0a402e0.zip |
Use one-dimension arrays in gen-posix-conf-vars.awk
True multi-dimensional arrays were introduced in awk 4.0 and we support awk versions as early as 3.12. Use a single subscript of the form prefix_conf instead of two dimensions to work around this limitation. We also need one additional array of just the conf names subscripted by the prefix_conf to print the names for the specifications. * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional arrays.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 70f8675ad2..4597880d4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-12-31 Siddhesh Poyarekar <siddhesh@redhat.com> + + * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional + arrays. + 2014-12-30 H.J. Lu <hongjiu.lu@intel.com> [BZ #17775] |