What's the C protype for the variables defined in a linker script

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

 



The linker script:

**************************************************************************
SECTIONS
{
  .text 0x80000000 :   
  {
    _ftext = ABSOLUTE(.) ;	/* Start of code and read-only data	*/
    _dstart = ABSOLUTE(.) ;
   ...
**************************************************************************

What is the protype for the symbol `_ftext', if I want to refer to it in the C program?
Is it `extern unsigned char _ftext[];' ?

Thanks


[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