https://sourceware.org/bugzilla/show_bug.cgi?id=29489
--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <ni...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=25ee24d990d6beb3fb01c673fcf13e0ea1522c5b commit 25ee24d990d6beb3fb01c673fcf13e0ea1522c5b Author: Nick Clifton <ni...@redhat.com> Date: Tue Aug 23 09:54:52 2022 +0100 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. -- You are receiving this mail because: You are on the CC list for the bug.