__seg_gs specifier in g++

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

 



I'm trying to use the __seg_gs address space specifier in g++, but it
keeps telling me "__seg_gs does not name a type". Even the following
short snippet fails to compile:

int main()
{
#ifdef __SEG_GS
    __seg_gs int* i;
#endif
}

Am I doing something wrong here? Any help would be appreciated.



[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