[RISCV] Improvements to .note.gnu.property section. (#151436)
Put the emitValueToAlignment at the beginning instead of in the middle.
Emit the descsz directly instead of using the difference of 2 labels.
Remove the section alignment. emitValueToAlignment will increase the
section alignment if necessary.