1 Sep 2003 03:58
Does GCC support TLS or SEH?
Jonathan Wilson <jonwil <at> tpgi.com.au>
2003-09-01 01:58:46 GMT
2003-09-01 01:58:46 GMT
Does the GCC core contain support for Thread Local Storage or Structured Exception Handling? I would like to see if it is fesable to implement windows specific TLS and SEH and if there is some sort of hooks in the GCC core already, it would make it easier. Both Watcom and Microsofts linkers have a feature used for constructors and also for TLS whereby a segment named .tls, a segment named .tls$ and a segment named .tls$$$ will be combined into 1 segment called .tls with .tls first then .tls$ and .tls$$$ Does the GCC linker have a similar feature? If not, how does GCC handle constructors?
).
Best regards,
Wu Yongwei
RSS Feed