Open dmlockhart opened 10 years ago
It turns out that the assembler for the platform I am working on cannot parse a .bss section (error message: unknown pseudo-op: '.bss'), so it would be extremely useful to have this issue resolved, or to have a work-around for it.
.bss
unknown pseudo-op: '.bss'
You might want to cherry pick 45cb411. I think this might fix this issue?
Ah! Thanks, my branch is behind your master, that looks great.
It turns out that the assembler for the platform I am working on cannot parse a
.bss
section (error message:unknown pseudo-op: '.bss'
), so it would be extremely useful to have this issue resolved, or to have a work-around for it.