On Sat, 16 Dec 2023 at 11:08, Marek Vasut
wrote:
>
> Avoid allocating and loading the BSS section.
>
> $ aarch64-linux-gnu-objdump -Sh u-boot
>
> Before:
> 10 .bss_start 000f21d8 000f21d8 001021d8
> 2**0
>CONTENTS, ALLOC, LOAD, DATA
> 11 .bs
On Sat, Dec 16, 2023 at 07:08:22PM +0100, Marek Vasut wrote:
> Avoid allocating and loading the BSS section.
>
> $ aarch64-linux-gnu-objdump -Sh u-boot
>
> Before:
> 10 .bss_start 000f21d8 000f21d8 001021d8
> 2**0
>CONTENTS, ALLOC, LOAD, DAT
Avoid allocating and loading the BSS section.
$ aarch64-linux-gnu-objdump -Sh u-boot
Before:
10 .bss_start 000f21d8 000f21d8 001021d8 2**0
CONTENTS, ALLOC, LOAD, DATA
11 .bss 68f8 000f2200 000f2200 001021d8 2*
3 matches
Mail list logo