Discussion:
CVS commit: src/external/gpl3/gcc/dist/libsanitizer/asan
Christos Zoulas
2014-10-22 00:14:52 UTC
Permalink
Module Name: src
Committed By: christos
Date: Wed Oct 22 00:14:52 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/asan: asan_rtl.cc

Log Message:
remove default debugging code.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/dist/libsanitizer/asan/asan_rtl.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-22 16:53:16 UTC
Permalink
Module Name: src
Committed By: christos
Date: Wed Oct 22 16:53:16 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/asan: asan_linux.cc

Log Message:
Do the mcontext stuff differently so that we don't fail compilation.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-23 00:25:54 UTC
Permalink
Module Name: src
Committed By: christos
Date: Thu Oct 23 00:25:54 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/asan: asan_linux.cc

Log Message:
simplify and add more architectures.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-23 19:03:38 UTC
Permalink
Module Name: src
Committed By: christos
Date: Thu Oct 23 19:03:38 UTC 2014

Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/asan: asan_linux.cc

Log Message:
make alpha compile


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/gcc/dist/libsanitizer/asan/asan_linux.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...