diff options
author | Nick Clifton <nickc@redhat.com> | 2022-08-23 09:54:52 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-08-23 09:54:52 +0100 |
commit | 25ee24d990d6beb3fb01c673fcf13e0ea1522c5b (patch) | |
tree | 4f3d5188755d9fd7c0ec8c3c821f4f0751316f53 /binutils/NEWS | |
parent | 179390a3758768968b0c710292b3e166040d2520 (diff) | |
download | gdb-25ee24d990d6beb3fb01c673fcf13e0ea1522c5b.zip gdb-25ee24d990d6beb3fb01c673fcf13e0ea1522c5b.tar.gz gdb-25ee24d990d6beb3fb01c673fcf13e0ea1522c5b.tar.bz2 |
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.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
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. |