From f33ac3b0cd9f88be8faadded88e40a511f01c32a Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Wed, 14 Oct 2020 19:02:12 +0000 Subject: runtime: use correct types in __go_ptrace shim Make the types of the addr and data arguments in the __go_ptrace shim match the types declared in Go and the types declared by the C ptrace function, i.e., void*. This avoids a warning about an implicit int-to-pointer cast on some platforms. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/262340 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index a7e6a72..5355103 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -d36e74c7a1aa94fc5cf393dc705b8a1271cb01c7 +71e161daafa1e19c2c53e28fffc3954d88a4cdb2 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1