diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-11 01:12:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-11 01:12:37 +0000 |
commit | c130ab6aad57e0309ec02f58f383aece584ac8cb (patch) | |
tree | 0a5fd2bf4f6ad9b59a03ff33d2758937064fc015 /gcc | |
parent | d7b9b0805d5ab514c43e1fe57e43a10394d5d965 (diff) | |
download | gcc-c130ab6aad57e0309ec02f58f383aece584ac8cb.zip gcc-c130ab6aad57e0309ec02f58f383aece584ac8cb.tar.gz gcc-c130ab6aad57e0309ec02f58f383aece584ac8cb.tar.bz2 |
runtime: set up g early
runtime.throw needs a g to work properly. Set up g early, to
ensure that if something goes wrong in the runtime startup (e.g.
runtime.check fails), the program terminates in a reasonable way.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/176657
From-SVN: r271088
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 d8bcef4..a3acadd 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -76ab85364745e445498fe53f9ca8e37b49650779 +5c2c4743980556c041561533ef31762f524737ca The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |