Calling Global Constructors: Difference between revisions

Add a comment for editors
[unchecked revision][unchecked revision]
(Add a comment for editors)
Line 10:
 
To understand this apparent complexity, consider a program consisting of <tt>foo.o</tt> and <tt>bar.o</tt> that is being linked:
<!--
 
If it's a program, then why i586-elf- is used? Maybe it should be just gcc and ld?
— ExeTwezz
-->
<source lang="bash">i586-elf-gcc foo.o bar.o -o program</source>
 
Anonymous user