]> 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>
Thu, 21 Aug 2025 15:01:39 +0000 (18:01 +0300)
commit41e81b7b969a373f2909695d62e328ab17dc4d9d
tree4f5bc6f3ad090d8fce4c84c95faf5f90d66d8160
parent64f31f45db18952a1ce273edc7ce86dd5b53585a
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