aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-02-25 03:30:33 -0800
committerH.J. Lu <hjl.tools@gmail.com>2020-02-25 03:31:40 -0800
commitecda90163e2b0a6f0be96e3fc262c28820a27211 (patch)
tree7d5371a80bf0df07028f0f107a4d70927040e089 /binutils/ChangeLog
parent265b467340e5334a682e47a0e1b69a80c4428349 (diff)
downloadgdb-ecda90163e2b0a6f0be96e3fc262c28820a27211.zip
gdb-ecda90163e2b0a6f0be96e3fc262c28820a27211.tar.gz
gdb-ecda90163e2b0a6f0be96e3fc262c28820a27211.tar.bz2
Don't call lto-wrapper for ar and ranlib
Since ar and ranlib don't need to know symbol types to work properly, we should avoid calling lto-wrapper for them to speed them up. bfd/ PR binutils/25584 * plugin.c (need_lto_wrapper_p): New. (bfd_plugin_set_program_name): Add an int argument to set need_lto_wrapper_p. (get_lto_wrapper): Return FALSE if need_lto_wrapper_p isn't set. * plugin.h (bfd_plugin_set_program_name): Add an int argument. binutils/ PR binutils/25584 * ar.c (main): Pass 0 to bfd_plugin_set_program_name. * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 3cda3fd..dbb8fe0 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2020-02-25 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/25584
+ * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
+ * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
+
2020-02-24 Nick Clifton <nickc@redhat.com>
PR 25499