diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-07-27 23:59:08 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-07-27 23:59:08 +0000 |
commit | 3df5cd98371dd9f10b6853efa4d54d359614007d (patch) | |
tree | 628d98b6dd342dda1434051fff61ee22bfaa56e1 /ChangeLog | |
parent | fddb87425a25aeb6e937496c4952c9bf3d8bb673 (diff) | |
download | glibc-3df5cd98371dd9f10b6853efa4d54d359614007d.tar glibc-3df5cd98371dd9f10b6853efa4d54d359614007d.tar.gz glibc-3df5cd98371dd9f10b6853efa4d54d359614007d.tar.bz2 glibc-3df5cd98371dd9f10b6853efa4d54d359614007d.zip |
Mark bug 2981 (elf/tst-audit* fail on MIPS) as fixed.
Changes in support of -fno-plt also cause the elf/tst-audit* tests to
start passing on MIPS. This patch duly marks the relevant bug as
fixed in ChangeLog and NEWS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3064,6 +3064,7 @@ 2015-05-28 H.J. Lu <hongjiu.lu@intel.com> + [BZ #2981] [BZ #18422] * Makefile ($(objpfx)tst-audit2): Depend on $(libdl). ($(objpfx)tst-audit2.out): Also depend on @@ -3276,6 +3277,7 @@ 2015-05-22 H.J. Lu <hongjiu.lu@intel.com> + [BZ #2981] [BZ #18410] * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error for missing DT_PLTRELSZ. |