I want to define a bss section for my elf. But when i google for it only below flags would be supported for ELF targets using .section directive.
a section is allocatable
e section is excluded from executable and shared library.
w section is writable
x section is executable
M section is mergeable
S section contains zero terminated strings
G section is a member of a section group
T section is used for thread-local-storage
? section is a member of the previously-current section's group, if any
Can anyone help me to specify bss section or else any alternative option.