diff options
author | YunQiang Su <yunqiang.su@cipunited.com> | 2021-09-03 03:32:26 -0400 |
---|---|---|
committer | YunQiang Su <syq@debian.org> | 2021-09-07 08:45:37 +0800 |
commit | 58572bbb62c9588c658fd7656ee359d27c306fb2 (patch) | |
tree | 071a3b6cd2a11239c564fee6b423a17e9a5bbf72 /gcc/read-rtl-function.c | |
parent | 9f99555f29cb1bce06ad7e27f254945deffafe33 (diff) | |
download | gcc-58572bbb62c9588c658fd7656ee359d27c306fb2.zip gcc-58572bbb62c9588c658fd7656ee359d27c306fb2.tar.gz gcc-58572bbb62c9588c658fd7656ee359d27c306fb2.tar.bz2 |
MIPS: add .module arch and ase to all output asm
Currently, the asm output file for MIPS has no rev info.
It can make some trouble, for example:
assembler is mips1 by default,
gcc is fpxx by default.
To assemble the output of gcc -S, we have to pass -mips2
to assembler.
The same situation is for some CPU has extension insn.
Octeon is an example.
So we can just add ".set arch=octeon".
If an ASE is enabled, .module ase will also be used.
gcc/ChangeLog:
* config/mips/mips.c (mips_file_start): add .module for
arch and ase.
Diffstat (limited to 'gcc/read-rtl-function.c')
0 files changed, 0 insertions, 0 deletions