aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-09-14 11:41:58 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-09-14 12:29:29 -0700
commit5e5e02aeca4a6edccbf11b5f900d95bba59b9932 (patch)
tree75d5fa026dbb595fa819238129eb9cdb9e46b868 /ld/ChangeLog
parent26e53f3eace35cabeec4559d417df99a48f6477a (diff)
downloadgdb-5e5e02aeca4a6edccbf11b5f900d95bba59b9932.zip
gdb-5e5e02aeca4a6edccbf11b5f900d95bba59b9932.tar.gz
gdb-5e5e02aeca4a6edccbf11b5f900d95bba59b9932.tar.bz2
x86: Cache section contents and relocations
bfd/ PR ld/22135 * elf32-i386.c (elf_i386_convert_load_reloc): Add an argument to indicate if conversion is performed. (elf_i386_check_relocs): Cache section contents and relocations if conversion is performed. * elf64-x86-64.c (elf_x86_64_check_relocs): Cache section contents and relocations if conversion is performed. ld/ PR ld/22135 * testsuite/ld-i386/i386.exp: Run pr22135. * testsuite/ld-x86-64/x86-64.exp: Likewise. * testsuite/ld-i386/pr22135.d: New file. * testsuite/ld-i386/pr22135.s: Likewise. * testsuite/ld-x86-64/pr22135.d: Likewise. * testsuite/ld-x86-64/pr22135.s: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1d052f7..857f4c9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,13 @@
+2017-09-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/22135
+ * testsuite/ld-i386/i386.exp: Run pr22135.
+ * testsuite/ld-x86-64/x86-64.exp: Likewise.
+ * testsuite/ld-i386/pr22135.d: New file.
+ * testsuite/ld-i386/pr22135.s: Likewise.
+ * testsuite/ld-x86-64/pr22135.d: Likewise.
+ * testsuite/ld-x86-64/pr22135.s: Likewise.
+
2017-09-09 Alan Modra <amodra@gmail.com>
* ld.texinfo (--plt-align): Describe new behaviour of option.