This is the mail archive of the gcc-bugs@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]

[Bug c/16470] violation of `-ffreestanding' rules?


------- 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


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