在 2024-08-05 00:44, Pali Rohár 写道:
_init_scprintf:
...
        .def    __vscprintf;    .scl    2;      .type   32;     .endef
        .def    _init_scprintf; .scl    2;      .type   32;     .endef

It is correct that _init_scprintf has two ".def" lines?

Probably not... If it is declared elsewhere, we might want to remove the `.def` 
directive from assembly.

And whatever scl (storage class) it appears in the symbol table probably does not matter. The symbol shall not escape that .o file, and that's all.


--
Best regards,
LIU Hao

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to