summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16cb49f63b..98379b986d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-02 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/check-textrel.c: Include config.h.
+ (AB(handle_file)): Don't fail if PF_X | PF_W on architectures known
+ to have executable writable PLT.
+ * sysdeps/powerpc/powerpc32/configure.in (HAVE_PPC_SECURE_PLT): New
+ test.
+ * sysdeps/powerpc/powerpc32/configure: Rebuilt.
+ * config.h.in (HAVE_PPC_SECURE_PLT): Add.
+
2006-01-05 H.J. Lu <hongjiu.lu@intel.com>
[BZ #2013]