Re: [Mingw-w64-public] [Mingw-users] weak functions

2012-03-22 Thread Kai Tietz
2012/3/22 NightStrike : > On Sat, Oct 22, 2011 at 3:52 PM, Martin Whitaker > wrote: >> xunxun wrote: >>> 于 2011/10/22 2:44, Earnie 写道: Using --enable-extra-pe-debug ld switch I found the symbol defined as .weak._myfunc. so I then added --defsym _myfunc=.weak._myfunc. and the binary

Re: [Mingw-w64-public] [Mingw-users] weak functions

2012-03-22 Thread NightStrike
On Sat, Oct 22, 2011 at 3:52 PM, Martin Whitaker wrote: > xunxun wrote: >> 于 2011/10/22 2:44, Earnie 写道: >>> Using --enable-extra-pe-debug ld switch I found the symbol defined as >>> .weak._myfunc. so I then added --defsym _myfunc=.weak._myfunc. and the >>> binary was built and executes.  So why t