Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-25 Thread Tamar Christina
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:

Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-22 Thread Tamar Christina
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

Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-22 Thread Tamar Christina
> > 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

Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-22 Thread Tamar Christina
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 ---- > >

Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-21 Thread Tamar Christina
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

[Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-21 Thread Tamar Christina
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

[Mingw-w64-public] [PATCH] Update definitions in 64bit ntdll.def to match the 32bit one.

2017-03-21 Thread Tamar Christina
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

[Mingw-w64-public] 32 bit version of ntdll.def wrong.

2017-03-18 Thread Tamar Christina
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