From 3e058c9d7eab6d6361e7cda5ba1394bc1757c9f6 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 22 May 2015 17:46:42 -0700 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f54645593f..4e289a0345 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-05-22 H.J. Lu + + [BZ #18410] + * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error + for missing DT_PLTRELSZ. + 2015-05-22 Paul Eggert Remove obsolete aliases that broke 'locale -a' -- cgit v1.2.3