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: 8 Jul 2008 07:13:52 -0000

------- Additional Comments From adsouzp at netscape dot net  2008-07-08 07:13 
-------
i found out how to eliminate the problem:

- when you enable --gc-sections and Thumb interworking,
  all you need to do is to define the entry point.
  either define _start or the symbol defined using
  --entry=<entry_point>

in t2, we have defined _start, that solved the problem.


-- 


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]