Displaying 2 results from an estimated 2 matches for "anng".
Did you mean:
anne
2020 Mar 29
2
LLD bug causing objcopy ELF to binary generation to create large binaries
...h LLVM 7.x , would produce the correct binary size
of 35Kb and the elf sections have NOBITS for .heap and .stack sections.
I narrowed down the problem to the following commit and the commits
around this....Please see below:
commit ccba42c7eb3cdfe7824cd4b473a9688e5738fa3a
Author: Andrew Ng <anng.sw at gmail.com>
Date: Tue Apr 23 12:38:52 2019 +0000
[ELF] Change default output section type to SHT_PROGBITS
This fixes an issue where a symbol only section at the start of a
PT_LOAD segment, causes incorrect alignment of the file offset for the
start of the segment whi...
2020 Mar 30
2
LLD bug causing objcopy ELF to binary generation to create large binaries
...and the elf sections have NOBITS for .heap and .stack
> sections.
>
>
> I narrowed down the problem to the following commit and the commits
> around this....Please see below:
>
>
> commit ccba42c7eb3cdfe7824cd4b473a9688e5738fa3a
> Author: Andrew Ng <anng.sw at gmail.com <mailto:anng.sw at gmail.com>>
> Date: Tue Apr 23 12:38:52 2019 +0000
>
> [ELF] Change default output section type to SHT_PROGBITS
>
> This fixes an issue where a symbol only section at the start of a
> PT_LOAD segment, cau...