In a FreeBSD/i386 buildworld many objects have SHF_MERGE with sh_entsize == 0. For now just don't merge these.
Details
Details
Diff Detail
Diff Detail
Event Timeline
ELF/InputFiles.cpp | ||
---|---|---|
151–152 | Can we just remove these two lines? 0 % EntSize == 0, so it should naturally fall through the next if statement. |
Can we just remove these two lines?
0 % EntSize == 0, so it should naturally fall through the next if statement.