[CSKY] Fix .bss directive compling error created by --save-temps
.bss without symbol and num following can't be compiled in CSKY target, which is consistent to GCC behavior. So when --save-temps generates .bss, we should UsesELFSectionDirectiveForBSS to avoid such error.
Loading
Please sign in to comment