This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: a question about Linux target dependence on GNU compiler.



On 2005-01-21, at 07:39, Zack Weinberg wrote:

This is an oversimplification. GCC does have to do a small handful of things relating to shared libraries, and a smaller handful of things relating to multithreading.

If you consider providing a special addressing mode for the sake of thread local storage a
small thing. The another thing, which will bite you when bootstrapping, is the usage
of signals for exception handling. The dependencies are there and they are quite significant and very subtile.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]