Page 1 of 1

Dependency problem is back again - _divdi3 brings in unwind

Posted: Sun Jun 17, 2012 6:20 am
by Dwedit
The dependency problem is back again.
_divdi3.o brings in unwind-arm.o even though it does not call anything from there.
This leads to unnecessary dependencies being linked in.

edit: oops, this should have been posted in Bug Reports.

Re: Dependency problem is back again - _divdi3 brings in unw

Posted: Sun Jun 17, 2012 12:57 pm
by fincs
I had already reported this to WinterMute via IRC, this is my test case. I also have more information on the case.

Re: Dependency problem is back again - _divdi3 brings in unw

Posted: Sun Jun 17, 2012 4:49 pm
by Dwedit
Good.

For now, I'm just using dummy functions (blank functions with the same name) until the bug is fixed.