barebox.lds.S, why _edata not follows the end of .data section?

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

 



Hi, in the linker script,
> _sdata = .;
>. = ALIGN(4);
> .data : { *(.data*) }
? why _edata is not here?
> . = .;
> __barebox_cmd_start = .;
> .barebox_cmd : { KEEP(*(SORT_BY_NAME(.barebox_cmd*))) }
> more....
>  __dynsym_start = .;
> *(.dynsym)
>  __dynsym_end = .;
> }
> _edata = .;
> . = ALIGN(4);
> __bss_start = .;

why _edata is there?
other sections between _sdata and _edata, are they needed to be modified?

duhuanpeng

_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox




[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux