summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2010-03-04 19:33:41 -0800
committerPetr Baudis <pasky@ucw.cz>2010-05-12 02:08:49 +0200
commit7dab764e6058b7383d76f0ba2b63ae3afbafd4ba (patch)
tree372c6bf415699bbbb8ecb550b5e88682ff5e0913 /ChangeLog
parenta82e74eb468e899f7ebe4204eefa04a967002f77 (diff)
Fix R_X86_64_PC32 overflow detection
(cherry picked from commit e39acb1f165c467e99509146c95f69c7444521e3)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 674587a0b2..eece5e957b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-02 Richard Guenther <rguenther@suse.de>
+
+ * sysdeps/x86_64/dl-machine.h (elf_machine_rela): R_X86_64_PC32
+ is sign-extending.
+
2010-02-24 Ulrich Drepper <drepper@redhat.com>
[BZ #11319]