aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-06-27 16:07:10 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-06-27 16:07:10 +0000
commit83b89087cf717b455598eee2fb5ddb4d5465a6a0 (patch)
treea16218a3717d541bf82cc148b53eac113dbfe170 /ld/testsuite/ChangeLog
parent224180050f33e60feca36986cf2c843154b88138 (diff)
downloadgdb-83b89087cf717b455598eee2fb5ddb4d5465a6a0.zip
gdb-83b89087cf717b455598eee2fb5ddb4d5465a6a0.tar.gz
gdb-83b89087cf717b455598eee2fb5ddb4d5465a6a0.tar.bz2
bfd/
2009-06-27 H.J. Lu <hongjiu.lu@intel.com> PR ld/10337 * elf.c (bfd_section_from_shdr): Don't change sh_link for SHT_REL/SHT_RELA sections on executable nor shared library. Treat SHT_REL/SHT_RELA sections with sh_link set to SHN_UNDEF as a normal section. ld/testsuite/ 2009-06-27 H.J. Lu <hongjiu.lu@intel.com> PR ld/10337 * ld-ifunc/binutils.exp: New.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r--ld/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 1119e46..1ff0cdc 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-27 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/10337
+ * ld-ifunc/binutils.exp: New.
+
2009-06-25 Kai Tietz <kai.tietz@onevision.com>
* ld-pe/aligncomm-1.c (size_t): Add typedef.