Re: How to dynamically compute space for LMA of .data section in ld script?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Jeffi Edward.J" <j.jeffi@xxxxxxxxxxx> writes:

>   __sw_data_start = __code_end ;
>   __sw_data_end = __sw_data_start + 1000; /* using constant size 1000 may
> leave hole or cause inadequate space (overlapping)for LMA of .data */

__sw_data_end = __sw_data_start + SIZEOF(.data);

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux