]> git.ipfire.org Git - thirdparty/libtool.git/commit
Add support for ML64
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 21 Aug 2025 14:54:14 +0000 (17:54 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Sat, 6 Sep 2025 11:25:42 +0000 (14:25 +0300)
commit2a4cc31b6635c411ae74a3d4ccdb48b1ff1dd4dc
tree4f5bc6f3ad090d8fce4c84c95faf5f90d66d8160
parent4d00c3624d0a2f11442761a154a983031f9cb1c2
Add support for ML64

The Microsoft Macro Assembler can be used to assemble and link one
or more assembly-language source files with libtool.

Reported: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=48993

* Makefile.am: Pass ML64 flags to tests.
* configure.ac: Add language support for the Microsoft Macro Assembler.
* doc/libtool.texi: Update documentation to include ML64.
* m4/libtool.m4: Enable macro support for ML64.
* tests/flags.at: Add test for ML64 flags.
* tests/infer-tag.at: Add test for ML64 tag.
* NEWS: Update.
Makefile.am
NEWS
configure.ac
doc/libtool.texi
m4/libtool.m4
tests/flags.at
tests/infer-tag.at