diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-11-09 15:30:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-11-09 15:30:51 +0000 |
commit | 71caffb725450df820f706dc8f7a05aa8a22061f (patch) | |
tree | 4e5710fb533d2b4686a53adfc2b26b6d1f18292a /gcc/go | |
parent | 0b58e8b8cea3ca18e6dddc28546109019b699138 (diff) | |
download | gcc-71caffb725450df820f706dc8f7a05aa8a22061f.zip gcc-71caffb725450df820f706dc8f7a05aa8a22061f.tar.gz gcc-71caffb725450df820f706dc8f7a05aa8a22061f.tar.bz2 |
syscall: change RLIM_INFINITY from 0xffffffffffffffff to -1
For compatibility with the gc toolchain's syscall package.
Fixes golang/go#28665
Reviewed-on: https://go-review.googlesource.com/c/148697
From-SVN: r265974
Diffstat (limited to 'gcc/go')
-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 1cdb8a9..a707781 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -5fcfe352ad91945a4f4d0dcfb6309df9bd072c7d +da8c968474690d1e77442ac3361b2302ea8e1f36 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |