This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: initializing eh
- To: GCC Mailing List <gcc at gcc dot gnu dot org>
- Subject: Re: initializing eh
- From: Olaf Petzold <opetzold at wit dot regiocom dot net>
- Date: Fri, 2 Mar 2001 10:58:57 +0100
> > >> No, they are provided by /usr/lib/crt[in].o.
> >
> > > Interesting, where does it comes from - gcc ?
> >
> > They're part of the standard ELF build environment.
> Any ideas what is the ELF build env on linux ? At this time I believe gcc
Well, it seems to come from glibc. Unfortunally there are only:
/usr/src/glibc-2.2/sysdeps/alpha/elf/crtbegin.S
/usr/src/glibc-2.2/sysdeps/alpha/elf/crtend.S
Nothing for other architectures like my intel box.
Regards
Olaf