From 25ee24d990d6beb3fb01c673fcf13e0ea1522c5b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 23 Aug 2022 09:54:52 +0100 Subject: Add an option to dlltool to allow the creation of deterministic libraries. PR 29489 * dlltool.c (deterministic): New variable. (gen_lib_file): If deterministic is true set the BFD_DETERMINISTIC_OUTPUT flag. (usage): Mention --deterministic-libraries and --non-deterministic-libraries. (long_options): Add new options. (main): Parse new options. * doc/binutils.texi: Document the new options. * NEWS: Mention the new feature. --- binutils/NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binutils/NEWS') diff --git a/binutils/NEWS b/binutils/NEWS index 4fdf1c3..8c2c416 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,10 @@ -*- text -*- +* The dlltool program now accepts --deterministic-libraries and + --non-deterministic-libraries as command line options to control whether or + not it generates deterministic output libraries. If neither of these options + are used the default is whatever was set when the binutils were configured. + Changes in 2.39: * Add --no-weak/-W option to nm to make it ignore weak symbols. -- cgit v1.1