]> Cypherpunks repositories - gostls13.git/commit
syscall: export X__ifi_pad and X_f on s390x and riscv64
authorBryan C. Mills <bcmills@google.com>
Wed, 14 Dec 2022 19:36:46 +0000 (14:36 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 25 Jan 2023 02:59:05 +0000 (02:59 +0000)
commit01636cf3fd35787cf6df449414d5db00b3e89692
treeabaf7389be44b98d5bddd8381a996f77490d2823
parenta37672bb7bef3d0163dd18f9f6914e2f829f1148
syscall: export X__ifi_pad and X_f on s390x and riscv64

This brings the exported field names on these GOARCHes
in line with the other supported linux platforms.

Fixes #57313.

Change-Id: I2107a7116ba60dc0c0a27f776318e3eb69e51682
Reviewed-on: https://go-review.googlesource.com/c/go/+/457557
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
src/syscall/mkpost.go
src/syscall/ztypes_linux_riscv64.go
src/syscall/ztypes_linux_s390x.go