public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Force gcc to include builtin functions in the executable
@ 2008-08-05 21:38 Roland Kindermann
  2008-08-08  6:13 ` Daniel Lohmann
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Kindermann @ 2008-08-05 21:38 UTC (permalink / raw)
  To: gcc-help

Hello,

I have a program that uses four builtin functions: __alloca, ___main, 
_memset and _strcpy. While __alloca is compiled directly into the 
executable, the other three are used from a library. Is there a way to 
make gcc compile ___main, _memset and strcpy also into the executable 
such that it does not use any libraries anymore?

I already tried -nostdlib but that results in link errors.

For those who care: The reason why I want my executable independent from 
any libraries is that I perform static analysis on it and my analysis 
tool is not yet able to take additional libraries into account.

Cheers,
Roland

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-07 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-05 21:38 Force gcc to include builtin functions in the executable Roland Kindermann
2008-08-08  6:13 ` Daniel Lohmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).