mirror of
https://github.com/rui314/mold.git
synced 2024-12-25 17:34:02 +03:00
temporary
This commit is contained in:
parent
a7011e5cf2
commit
14f5ace587
@ -37,6 +37,9 @@ void ObjectFile::initialize_sections() {
|
||||
for (int i = 0; i < elf_sections.size(); i++) {
|
||||
const ELF64LE::Shdr &shdr = elf_sections[i];
|
||||
|
||||
if ((shdr.sh_flags & SHF_EXCLUDE) && !(shdr.sh_flags & SHF_ALLOC))
|
||||
continue;
|
||||
|
||||
switch (shdr.sh_type) {
|
||||
case SHT_GROUP: {
|
||||
// Get the signature of this section group.
|
||||
|
Loading…
Reference in New Issue
Block a user