https://sourceware.org/bugzilla/show_bug.cgi?id=33633

Zheng Bao <fishbaoz at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fishbaoz at hotmail dot com

--- Comment #3 from Zheng Bao <fishbaoz at hotmail dot com> ---
The answer from Chatgpt:

All SHF_ALLOC sections
These are sections that will be loaded into memory at runtime, such as:
.text
.rodata
.data
.got
.plt
.init
.fini
.ctors / .dtors
Any custom sections marked SHF_ALLOC

Sections not used for build-id
These are ignored:
.note.gnu.build-id itself
Debugging sections: .debug_*, .gdb_index, .debug_line, etc.
.comment
.symtab, .strtab, .dynsym
.rela.*, .rel.*
Any non-ALLOC sections
Section names reserved for toolchain metadata

And Chatgpt also says GNU document doesn't confirm that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to