On Sun, 22 Oct 2017 21:29:32 + Martin Storsjö
wrote
> On Sun, 22 Oct 2017, Tamar Christina wrote:
>
> > On Sun, 22 Oct 2017 19:28:04 + Martin Storsjö
> > wrote
> > > On Sun, 22 Oct 2017, Tamar Christina wrote:
Hi Martin,
On Sun, 22 Oct 2017 19:28:04 + Martin Storsjö
wrote
> On Sun, 22 Oct 2017, Tamar Christina wrote:
>
> > Actually..
> >
> > This may not be the right fix. The regression I am trying to fix is a
> > duplicate symbols error
>
> Windows 10 版のメール<https://go.microsoft.com/fwlink/?LinkId=550986>から送信
>
> 差出人: Tamar Christina<mailto:ta...@zhox.com>
> 送信日時: 2017年10月22日 18:42
> 宛先: mingw-w64-public<mailto:mingw-w64-public@lists.sourceforge.net>
> CC: JonY<mailto:jo...@u
only mingwex for the extensions it provides.
On Sun, 22 Oct 2017 03:23:19 + Tamar Christina wrote
> Ah, weird. Trying again.
>
> thanks.
>
>
> On Sat, 21 Oct 2017 23:36:27 + JonY via Mingw-w64-public
> wrote ----
> >
Ah, weird. Trying again.
thanks.
On Sat, 21 Oct 2017 23:36:27 + JonY via Mingw-w64-public
wrote
> On 10/21/2017 10:35 PM, Tamar Christina wrote:
> > Hi All,
> >
> > This patch splits wassert and assert off into their own units
> > so they
Hi All,
This patch splits wassert and assert off into their own units
so they end up in different object files to give a bit more
freedom during linking.
OK for master?
Thanks,
Tamar
--
Check out the vibrant tech communi
Hi All,
As discussed on IRC this patch will normalise the behavior between the 32bit
and the 64bit
ntdll.def file so that both have the same definitions as DATA.
Thanks,
Tamar--
Check out the vibrant tech community on o
Hi all,
Following from https://sourceforge.net/p/mingw-w64/bugs/596/
I believe the version of ntdll.def for 32 bit Windows to be wrong.
It incorrectly has functions marked as data. For instance `atan`.
$ find -iname ntdll.def | xargs grep atan
./mingw-w64-crt/lib32/ntdll.def:atan DATA
./mingw-w