]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/NEWS
Add an option to dlltool to allow the creation of deterministic libraries.
authorNick Clifton <nickc@redhat.com>
Tue, 23 Aug 2022 08:54:52 +0000 (09:54 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 23 Aug 2022 08:54:52 +0000 (09:54 +0100)
commit25ee24d990d6beb3fb01c673fcf13e0ea1522c5b
tree4f3d5188755d9fd7c0ec8c3c821f4f0751316f53
parent179390a3758768968b0c710292b3e166040d2520
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/ChangeLog
binutils/NEWS
binutils/dlltool.c
binutils/doc/binutils.texi