master updated (6389dce8 -> 69736cd8)

Ileana Dumitrescu <[email protected]> Sat, 6 Sep 2025 07:44:27 -0400 (EDT)
Newsgroups gmane.comp.gnu.libtool.cvs
Message-ID <[email protected]>
ildumi pushed a change to branch master.

    from 6389dce8 gnulib: Update submodule
     new 4d00c362 New Intel OneAPI compiler names
     new 2a4cc31b Add support for ML64
     new 92d62dcb Add test file for libtool-next-version script
     new 19c0fcc0 Makefile.am: Reorder testsuite
     new 69736cd8 ltmain.in: Pass through all warning flags to the linker.


Summary of changes:
 Makefile.am                   |   6 +-
 NEWS                          |   6 +
 build-aux/ltmain.in           |   4 +-
 configure.ac                  |   1 +
 doc/libtool.texi              |  10 +-
 libltdl/libltdl/lt__alloc.h   |   8 +-
 libltdl/libltdl/lt_system.h   |  12 +-
 libltdl/loaders/loadlibrary.c |   4 +-
 libltdl/ltdl.c                |  34 +++--
 m4/libtool.m4                 | 151 +++++++++++++++++++--
 tests/flags.at                |  20 ++-
 tests/infer-tag.at            |  19 +++
 tests/versioning_script.at    | 303 ++++++++++++++++++++++++++++++++++++++++++
 13 files changed, 531 insertions(+), 47 deletions(-)
 create mode 100644 tests/versioning_script.at