diff options
author | Clément Chigot <clement.chigot@atos.net> | 2019-05-07 13:57:40 +0200 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-09-22 19:55:34 -0700 |
commit | 1260f69aeb96f98ebefdbb852a4e868b8926eb0a (patch) | |
tree | a48b9d1d12f33b4cc6dc4e2f0b0c825fab050aec /gcc | |
parent | c1c2ccc74cb6f547118431d8142bc894991b104a (diff) | |
download | gcc-1260f69aeb96f98ebefdbb852a4e868b8926eb0a.zip gcc-1260f69aeb96f98ebefdbb852a4e868b8926eb0a.tar.gz gcc-1260f69aeb96f98ebefdbb852a4e868b8926eb0a.tar.bz2 |
syscall: remove ptrace syscall on ppc64
ptrace is available only for 32 bits programs.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/252558
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index d17d397..59b580f 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -5605a0727d3395becba1fbd4447807073984ec13 +99ab98d2ed8fa8a33947c52925f89b344d7cb8ae The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |