------- Additional Comments From adsouzp at netscape dot net  2008-07-17 10:10 
-------
hello Nick again:

> I should also point out that you should not be invoking the linker directly. 
> Please use gcc to run the linker as this will ensure that the correct command
> line options are used.

however, if i use GCC to link, i will not be able to position the
objects and libraries in the order i want. currently, i want to:
- skip linking with crt0.o
- optionally link in crtbegin.o and the others when they are needed
- link one of my objects first
- link the other objects
- link the libraries
- link another of my objects last

if i use GCC for linking, i cannot do this.

also, i have to change all the linker options to
-Wl, style whereas with LD i can place simple space
separated options.

Aaron


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6726

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to