Hi!
A correct version of the patch is pushed to the [mob]
A problem was in TOK_ASMDIR_text:
        -    sprintf(sname, ".%s", get_tok_str(tok1, NULL));
        +    sprintf(sname, "%s", get_tok_str(tok1, NULL));
        When tok1 is '.text', then sname is '..text'

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to