diff options
author | Alan Modra <amodra@gmail.com> | 2014-07-14 21:14:50 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-07-14 21:17:32 +0930 |
commit | f6c44d475104e931bab2b4ffa499961088de673c (patch) | |
tree | b9cf1b0c723be798c524fb2907c5f0030d5b15aa /NEWS | |
parent | e76512835561e4622704742925df45cc72b9acfe (diff) | |
download | glibc-f6c44d475104e931bab2b4ffa499961088de673c.tar.gz glibc-f6c44d475104e931bab2b4ffa499961088de673c.tar.xz glibc-f6c44d475104e931bab2b4ffa499961088de673c.zip |
Correct DT_PPC64_NUM
[BZ #17153] * elf/elf.h (DT_PPC64_NUM): Correct value. * NEWS: Add to fixed bug list.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 697b730ee0..e734bafa37 100644 --- a/NEWS +++ b/NEWS @@ -22,7 +22,7 @@ Version 2.20 16927, 16928, 16932, 16943, 16958, 16965, 16966, 16967, 16977, 16978, 16984, 16990, 16996, 17009, 17022, 17031, 17042, 17048, 17050, 17058, 17061, 17062, 17069, 17075, 17079, 17084, 17086, 17092, 17097, 17125, - 17135, 17137. + 17135, 17137, 17153. * Optimized strchr implementation for AArch64. Contributed by ARM Ltd. |