aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-01-10 15:04:21 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-01-10 15:04:21 +0000
commitc9edeca8b88d20afa80143302be64e2e625e707a (patch)
tree890926a27857f11a1772650766c7dac371679641 /gcc
parent7b975de05c3d724c2e7e09474da6d160669fb341 (diff)
downloadgcc-c9edeca8b88d20afa80143302be64e2e625e707a.zip
gcc-c9edeca8b88d20afa80143302be64e2e625e707a.tar.gz
gcc-c9edeca8b88d20afa80143302be64e2e625e707a.tar.bz2
runtime: fix makemap calls in __go_construct_map
The signature of makemap changed with the update to 1.10beta1, but I forgot to update the call from C code. Reviewed-on: https://go-review.googlesource.com/87135 From-SVN: r256431
Diffstat (limited to 'gcc')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 18c23cf..6f8fa9c 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-c18c6bd80e0995827ad3396eb1c2401451de88fd
+c22eb29a62b4fd72ad2ea09ebe5fcea5b8ed78b8
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.