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 Jan 21, 2005, at 1:06 AM, 浅尾 忍 wrote:


What I want to ask is not about customizing methods but
some functions to be implemented on GNU compiler.

I think that GCC has multithreading and shared library handling
for Linux OS target.

I want to know if there is something necessary other than the two
(multithreading and shared library handling).

GCC does none of the above. Glibc provides the pthread library. Glibc also provides the dynamic loader for the shared libraries (ld.so). Binutils provides the static linker for linking shared libraries. GCC just produces asm code from source code (Well it does more than that but that is the basic idea).

-- Pinski


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