internal/syscall/unix: correct ia64 syscall numbers
authorIan Lance Taylor <iant@golang.org>
Mon, 3 Aug 2020 18:01:00 +0000 (11:01 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 3 Aug 2020 18:03:40 +0000 (11:03 -0700)
Per Andreas Schwab.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/246264

gcc/go/gofrontend/MERGE
libgo/go/internal/syscall/unix/sysnum_linux_ia64.go

index 39849522124a7d7f512322d5fddf0e99dc8c4e3b..0bc8e1b5a59a9b861f44a0ce529764103c65b214 100644 (file)
@@ -1,4 +1,4 @@
-82a0db12bcb205748a5319b03e070d5502246ba7
+7f0d3834ac40cf3bcbeb9b13926ab5ccb2523537
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index bb7c363cdc21fbdbf7f7d15e444d552c60978344..6a5d0c90fbe9121e3205586cc5795f3a54275fda 100644 (file)
@@ -5,6 +5,6 @@
 package unix
 
 const (
-       getrandomTrap     uintptr = 315
-       copyFileRangeTrap uintptr = 323
+       getrandomTrap     uintptr = 1339
+       copyFileRangeTrap uintptr = 1347
 )