syzkaller/sys
Dmitry Vyukov 374050e904 sys/syz-extract: fix linux/arm
At some point extract for linux/arm started to fail with:

extracting from key.txt
	failed to run compiler: exit status 1
/tmp/ccT6o7iZ.s: Assembler messages:
/tmp/ccT6o7iZ.s:4: Error: unknown pseudo-op: `.syntax'

This is caused by arch/arm/include/asm/unified.h:

__asm__(".syntax unified");

Ignore all __asm__ directives as we are cross compiling.
2018-04-02 20:09:30 +02:00
..
akaros pkg/compiler: don't assign call IDs statically 2018-02-25 14:31:40 +01:00
android sys/linux: add ion and ashmem devices support 2018-01-09 21:24:28 +01:00
freebsd all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
fuchsia fuchsia: Update syzkaller to build with current Fuchsia API. (#543) 2018-03-21 10:26:33 +01:00
linux sys/linux: add support for reading partition tables 2018-04-01 18:29:56 +02:00
netbsd all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
syz-extract sys/syz-extract: fix linux/arm 2018-04-02 20:09:30 +02:00
syz-sysgen all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
targets fuchsia: Fix the extractor tool. 2018-03-21 09:50:47 +01:00
test prog: harden program parsing against description changes more 2018-03-05 12:10:27 +01:00
windows pkg/compiler: don't assign call IDs statically 2018-02-25 14:31:40 +01:00
sys.go all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00