diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-05-22 17:46:42 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-05-22 17:46:58 -0700 |
commit | 3e058c9d7eab6d6361e7cda5ba1394bc1757c9f6 (patch) | |
tree | ffd69b17e48ef749addd0e418b26c65ff84012f2 /NEWS | |
parent | 333e1ba4e53456a603621274177ae9393b9d5385 (diff) | |
download | glibc-3e058c9d7eab6d6361e7cda5ba1394bc1757c9f6.tar.gz glibc-3e058c9d7eab6d6361e7cda5ba1394bc1757c9f6.tar.xz glibc-3e058c9d7eab6d6361e7cda5ba1394bc1757c9f6.zip |
Don't issue an error if DT_PLTRELSZ is missing
A shared object doesn't need PLT if there are no PLT relocations. It shouldn't be an error if DT_PLTRELSZ is missing. [BZ #18410] * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error for missing DT_PLTRELSZ.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 529b79b2df..2e47f796c3 100644 --- a/NEWS +++ b/NEWS @@ -18,8 +18,8 @@ Version 2.22 18029, 18030, 18032, 18036, 18038, 18039, 18042, 18043, 18046, 18047, 18049, 18068, 18080, 18093, 18100, 18104, 18110, 18111, 18125, 18128, 18138, 18185, 18196, 18197, 18206, 18210, 18211, 18217, 18220, 18221, - 18244, 18247, 18287, 18319, 18333, 18346, 18397, 18409, 18412, 18418, - 18434, 18444. + 18244, 18247, 18287, 18319, 18333, 18346, 18397, 18409, 18410, 18412, + 18418, 18434, 18444. * Cache information can be queried via sysconf() function on s390 e.g. with _SC_LEVEL1_ICACHE_SIZE as argument. |