pulp-platform / pulp-riscv-gnu-toolchain

Other
68 stars 50 forks source link

ebreak instruction always assembles to the 16bit compressed version #22

Open silabs-PaulZ opened 4 years ago

silabs-PaulZ commented 4 years ago

This issue is a low priority request.

The ebreakinstruction seems to always be assembled into the 16bit c.ebreak instruction. This happens regardless of removing the -c option flag.

Also, what is the expectation of ebreak when -c option is set? Should it be 32bit or 16bit.