aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-01-11 16:29:31 -0800
committerH.J. Lu <hjl.tools@gmail.com>2021-01-11 16:29:45 -0800
commit83b33c6cb90db6c110bff0d5024713e8af747005 (patch)
tree6d5806bacd136c972b3d7ce5368c8b87c310a197 /ld/ChangeLog
parent03c02f3116d75721f917c4155cefb18b940a43ff (diff)
downloadgdb-83b33c6cb90db6c110bff0d5024713e8af747005.zip
gdb-83b33c6cb90db6c110bff0d5024713e8af747005.tar.gz
gdb-83b33c6cb90db6c110bff0d5024713e8af747005.tar.bz2
Binutils: Check if AR works with --plugin and rc
Check if AR works with --plugin and rc before passing --plugin to AR and RANLIB. bfd/ PR ld/27173 binutils/ PR ld/27173 * configure: Regenerated. gas/ PR ld/27173 * configure: Regenerated. gprof/ PR ld/27173 * configure: Regenerated. ld/ PR ld/27173 * configure: Regenerated. libctf/ PR ld/27173 * configure: Regenerated. opcodes/ PR ld/27173 * configure: Regenerated.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9dc7c3f..bedd0fa 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/27173
+ * configure: Regenerated.
+
2021-01-11 Matt Jenkins <matt@majenko.co.uk>
PR ld/27167