bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/6726] enabling LD garbage collection with Thumb interworking cau


From: adsouzp at netscape dot net
Subject: [Bug ld/6726] enabling LD garbage collection with Thumb interworking causes ASSERT in ldlang.c line 4275
Date: 17 Jul 2008 10:10:34 -0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]