re: CVS commit: src/external/gpl3/gcc/lib

2019-02-08 Thread matthew green
> UBSan can be combined with ASan and TSan. > > The way to go is to link UBSan into ASan/TSan/etc. > > I'm doing this in LLVM ones here: > http://netbsd.org/~kamil/llvm/llvm-sanitizers-patch1.txt > > Additionally ASan should link LSan code. > > We apparently want more tests in ATF verifying *Sa

Re: CVS commit: src/external/gpl3/gcc/lib

2019-02-08 Thread Kamil Rytarowski
On 08.02.2019 23:06, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Fri Feb 8 22:06:12 UTC 2019 > > Modified Files: > src/external/gpl3/gcc/lib/libasan: Makefile > src/external/gpl3/gcc/lib/libtsan: Makefile > src/external/gpl3/gcc/lib/libubsan: Mak

Re: CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2014-05-31 Thread Christos Zoulas
In article , Paul Goyette wrote: >> Joerg Sonnenberger writes: >> >> > > IMO it is wrong to force every C++ program to link against >> > > libpthread, which is not that cheap. >> > >> > i'd buy that -- except that libstdc++ now references >> > pthread_create() directly, and i don't know how to de

re: CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2014-05-30 Thread matthew green
Paul Goyette writes: > > Joerg Sonnenberger writes: > > > > > > IMO it is wrong to force every C++ program to link against > > > > libpthread, which is not that cheap. > > > > > > i'd buy that -- except that libstdc++ now references > > > pthread_create() directly, and i don't know how to deal wit

Re: CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2014-05-30 Thread Paul Goyette
Joerg Sonnenberger writes: > > IMO it is wrong to force every C++ program to link against > > libpthread, which is not that cheap. > > i'd buy that -- except that libstdc++ now references > pthread_create() directly, and i don't know how to deal with that. See how I did it for libc++? Make the r

Re: CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2014-05-28 Thread Joerg Sonnenberger
On Thu, May 29, 2014 at 07:56:31AM +1000, matthew green wrote: > > Joerg Sonnenberger writes: > > On Wed, May 28, 2014 at 04:41:06PM +, matthew green wrote: > > > Module Name: src > > > Committed By: mrg > > > Date: Wed May 28 16:41:06 UTC 2014 > > > > > > Modified Files:

re: CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2014-05-28 Thread matthew green
Joerg Sonnenberger writes: > On Wed, May 28, 2014 at 04:41:06PM +, matthew green wrote: > > Module Name:src > > Committed By: mrg > > Date: Wed May 28 16:41:06 UTC 2014 > > > > Modified Files: > > src/external/gpl3/gcc/lib/libstdc++-v3: Makefile > > > > Log Me

Re: CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3

2014-05-28 Thread Joerg Sonnenberger
On Wed, May 28, 2014 at 04:41:06PM +, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Wed May 28 16:41:06 UTC 2014 > > Modified Files: > src/external/gpl3/gcc/lib/libstdc++-v3: Makefile > > Log Message: > add -pthread to compiler/linker flags. fixes 1/3 of

re: CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcov

2012-12-08 Thread matthew green
> Module Name: src > Committed By: christos > Date: Sat Dec 8 02:35:06 UTC 2012 > > Modified Files: > src/external/gpl3/gcc/lib/libgcc/libgcov: Makefile > > Log Message: > XXX: Use earm for earmeb what's this about? please don't do this. if you want an earmeb configuration, pl