
26 Aug
2008
26 Aug
'08
5:54 p.m.
On Sat, Aug 23, 2008 at 08:31:40PM +0200, Dirk Behme wrote:
Did check regarding -lgcc_eh: Used CodeSourcery tool chain and compiled (linked) with and without -lgcc_eh. The resulting binaries are identical and no link issues. Seems we can remove -lgcc_eh then. I just wonder now why it is there and what it is (was?) good for?
It's runtime support for exception handling, which C doesn't have, and thus U-Boot clearly shouldn't need it.
-Scott