Re: [Mingw-w64-public] [PATCH] math: Fix rounding in llrint(f) on ARM

2016-08-19 Thread Kai Tietz
Yeah, this looks to me more sane. Patches (both) are ok. Well, we might should go the same route like llvm too. Thanks, Kai Am 18.08.2016 23:32 schrieb "Martin Storsjö" : --- Updated to check with fegetround to see which rounding mode to use, fixed the way the mode is checked (by using == inste

Re: [Mingw-w64-public] MSYS2 dlltool finds no symbols in Oracle jvm.dll, is that to be expected?

2016-08-19 Thread Mario Emmenlauer
Thanks! Indeed, using gendef works and I get a lot of exports from the dll! I also checked dlltool from mingw-w64 and it does not export anything, so gendef seems to be the way to go! Thanks again! On 19.08.2016 20:32, The Canadian Bacon wrote: > I'm not an msys2 dev but have you tried running

Re: [Mingw-w64-public] MSYS2 dlltool finds no symbols in Oracle jvm.dll, is that to be expected?

2016-08-19 Thread The Canadian Bacon
I'm not an msys2 dev but have you tried running the tool gendef on the DLL itself and see what's there? Should be in the mingw tools package. On Aug 19, 2016 2:01 PM, "Mario Emmenlauer" wrote: > > Dear MinGW-w64 developers, > > I'm using MSYS2 dlltool on a dll from Oracle Java 1.8 x64: jvm.dll.

[Mingw-w64-public] MSYS2 dlltool finds no symbols in Oracle jvm.dll, is that to be expected?

2016-08-19 Thread Mario Emmenlauer
Dear MinGW-w64 developers, I'm using MSYS2 dlltool on a dll from Oracle Java 1.8 x64: jvm.dll. Using dlltool finds no symbols. I reported this to MSYS2 team, and got a very quick response from David Macek: It seems `nm` and `dlltool` don't recognize exports in non-mingw libraries. `objdump` recog