diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-31 18:25:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-31 18:25:17 +0000 |
commit | 9734500e9b7e9303e1d8bd4785cca4a82d9656af (patch) | |
tree | ca1a65cd6f4511783565a842275a9216671f74cc /gcc | |
parent | 382ce98374d2625d0f5cab3c7cb578aee7a5889c (diff) | |
download | gcc-9734500e9b7e9303e1d8bd4785cca4a82d9656af.zip gcc-9734500e9b7e9303e1d8bd4785cca4a82d9656af.tar.gz gcc-9734500e9b7e9303e1d8bd4785cca4a82d9656af.tar.bz2 |
runtime: fix type descriptor name in C code
I forgot to update the name of the map[string]bool type descriptor
used in go-fieldtrack.c. This didn't cause any errors because it's a
weak symbol, and the current testsuite has no field tracking tests.
Reviewed-on: https://go-review.googlesource.com/91096
From-SVN: r257249
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 3576668..bcc8136 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -00f87806635655339dbbca59e6ae2ea8231cf9b1 +17325c96ccbee4ad6bed1cd3d9517f7dfbdf3ea7 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |