commit | 8864c4afdf2ff75e7edda6075286e07b9714ce12 | [log] [tgz] |
---|---|---|
author | Lulu Cai <cailulu@loongson.cn> | Tue May 21 10:14:27 2024 +0800 |
committer | liuzhensong <liuzhensong@loongson.cn> | Tue Jun 18 10:40:23 2024 +0800 |
tree | 1bf2d51bf603257234a3fc922032d8be0e2dc209 | |
parent | 6a4f078b5b8b442f474a8af804c316783d216a4e [diff] |
LoongArch: add .option directive In some cases we may want to use different options only for certain assembly, so the .option directive is added to control the assembler options. .option can accept 4 parameters: push pop Pushes or pops the current option stack. They limit the scope of option changes so that they do not affect other parts of the assembly file. relax norelax Enables or disables relaxation.