ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libcoro/coro.h
(Generate patch)

Comparing libcoro/coro.h (file contents):
Revision 1.59 by root, Fri Nov 18 05:45:00 2016 UTC vs.
Revision 1.60 by root, Fri Nov 18 06:22:05 2016 UTC

83 * use __name__ for predefined symbols, as in libecb. 83 * use __name__ for predefined symbols, as in libecb.
84 * enable guard pages on arm, aarch64 and mips. 84 * enable guard pages on arm, aarch64 and mips.
85 * 2016-08-27 try to disable _FORTIFY_SOURCE with CORO_SJLJ, as it 85 * 2016-08-27 try to disable _FORTIFY_SOURCE with CORO_SJLJ, as it
86 * breaks setjmp/longjmp. Also disable CORO_ASM for asm by default, 86 * breaks setjmp/longjmp. Also disable CORO_ASM for asm by default,
87 * as it was reported to crash. 87 * as it was reported to crash.
88 * 2016-11-18 experimental fix for gcc 6 on amd64 (missing cfi_startproc). 88 * 2016-11-18 disable cfi_undefined again - backtraces might be worse, but
89 * compile compatibility is improved.
89 */ 90 */
90 91
91#ifndef CORO_H 92#ifndef CORO_H
92#define CORO_H 93#define CORO_H
93 94

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines