Tagged Questions
21
votes
4answers
10k views
.bss section in elf file
If I understand correctly, the .bss section in ELF files is used to allocate space for zero-initialized variables. Our tool chain produces ELF files, hence my question: does the .bss section actually ...