> Another qiestion: what purpose of the following change?
>
> if (tok != TOK_STR)
> expect("string constant");
> next();
> + if (tok == ',') {
> + next();
> + if (tok == '@' || tok == '%')
> + next();
> + next();
> + }
For ELF targets, the .section directive is used like this:
.section name [, "flags"[, @type[,flag_specific_arguments]]]
Had some failing .S file with @type supplied on section directives. This just
ignores it (but not `flag_specific_arguments` it seems).
cheers,
</wqw>
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel