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

Comparing libcoro/coro.h (file contents):
Revision 1.58 by root, Sat Aug 27 12:54:52 2016 UTC vs.
Revision 1.59 by root, Fri Nov 18 05:45:00 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 */ 89 */
89 90
90#ifndef CORO_H 91#ifndef CORO_H
91#define CORO_H 92#define CORO_H
92 93

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines