]> Cypherpunks repositories - gostls13.git/commit
runtime: add symbols for Linux syscall numbers on 386/amd64
authorChris Ball <chris@printf.net>
Thu, 25 May 2017 19:48:02 +0000 (15:48 -0400)
committerIan Lance Taylor <iant@golang.org>
Wed, 30 Aug 2017 21:59:21 +0000 (21:59 +0000)
commit4d269ad1754afa177a590b0dfaff48d8adce2619
tree837d6670c7683f569f1287ccf97186bdc9a9a608
parent4641d78a59f37b2a976d98b14ccb1ba5a2d379b0
runtime: add symbols for Linux syscall numbers on 386/amd64

Matches other architectures by using names for syscalls instead of
numbers directly.

Fixes #20499.

Change-Id: I63d606b0b1fe6fb517fd994a7542a3f38d80dd54
Reviewed-on: https://go-review.googlesource.com/44213
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/sys_linux_386.s
src/runtime/sys_linux_amd64.s