diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-10-13 04:19:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-10-13 04:19:57 +0000 |
commit | 80b489ebba3c8392c8ea23ef63b6d94bae9af3c7 (patch) | |
tree | d6c8cf29ef312b18ed9521974c8161835c720582 /gcc | |
parent | 0011af7b9dce859b28a4dbdce2dff6d081193ddd (diff) | |
download | gcc-80b489ebba3c8392c8ea23ef63b6d94bae9af3c7.zip gcc-80b489ebba3c8392c8ea23ef63b6d94bae9af3c7.tar.gz gcc-80b489ebba3c8392c8ea23ef63b6d94bae9af3c7.tar.bz2 |
syscall: don't use pt_regs in clone_linux.c
It's unnecessary and it reportedly breaks the build on arm64 GNU/Linux.
Reviewed-on: https://go-review.googlesource.com/30978
From-SVN: r241084
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 9c1ed01..08a86e9 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -f38ba8837a0c961e18d982930e192132870f3836 +6c9070324d5b7c8483bc7c17b0a8faaa1fb1ae30 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |