This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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:Re:Help with source code.


>It is provided by GCC, hence the reason why it is surrounded by
>__GNUC__.

Yes,but if I compile the source with -std=c89 or -ansi, the builtin 
is not defined, then is used  'extern void *alloca (size_t __size)
__THROW;',
which is a normal function define elsewhere ( probably in GNU C
Library... )and called by a normal 'call' procedure.

My question: where is the alloca funtion in the GNU Libc source tree ???




( Please CC:me )


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