This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16470] violation of `-ffreestanding' rules?
- From: "pluto at pld-linux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jul 2004 20:51:51 -0000
- Subject: [Bug c/16470] violation of `-ffreestanding' rules?
- References: <20040710213255.16470.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pluto at pld-linux dot org 2004-07-11 20:51 -------
(In reply to comment #1)
> While I confirm that the undefined symbol __ucmpdi2 is emitted by the
compiler,
> I'm a bit skeptical about your interpretation of '-ffreestanding': __ucmpdi2
is
> provided by libgcc.a, not by the standard library.
by libgcc_s.so (which is linked with standard library) too.
> So it is possible to build a standalone executable (...)
with libgcc.a - yes.
with libgcc_s.so - no.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16470