[Bug gas/27047] bss section not supported for target z80-unknown-elf

2020-12-11 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27047 --- Comment #1 from Sergey Belyashov --- .bss section is supported. But .bss pseudo operation is not supported. You can create .bss section using .section pseudo operation. Just try: $ cat a.s .section .bss myvar: .ds 2 $ z80-unknown-elf-a

[Bug gas/27047] bss section not supported for target z80-unknown-elf

2020-12-11 Thread petemoore at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=27047 Pete Moore changed: What|Removed |Added CC||sergey.belyashov at gmail dot com -- Y

[Bug gas/27047] bss section not supported for target z80-unknown-elf

2020-12-11 Thread petemoore at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=27047 Pete Moore changed: What|Removed |Added Target||z80-unknown-elf -- You are receiving th