[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sparc-rtems-size
- Date: Fri, 05 Sep 2003 08:25:32 -0500
- From: joel.sherrill at OARcorp.com (Joel Sherrill)
- Subject: sparc-rtems-size
Fabio Degiovanni - Eicas wrote:
> What are the exact meaning of the field "text" "data" and "bss" given by
> the sparc-rtems-size utility?
I was surprised that this wasn't in the binutils size man page. :(
.text is where the executable code goes. Sometimes it may also
hold read only data. .text should be able to be placed in ROM
or Flash.
.data is initialized global/static variables.
.bss is uninitialized global/static variables.
On top of that, you have dynamic heap and RTEMS work space usage
which cannot be determined by size.
> Thank you very much
>
> Fabio Degiovanni
>
--
Joel Sherrill, Ph.D. Director of Research & Development
joel at OARcorp.com On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985