runtime: fix type descriptor name in C code
commitf468b6ad292f55ac172ffb6c8b2ccca47510f2ab
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Jan 2018 18:25:17 +0000 (31 18:25 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Jan 2018 18:25:17 +0000 (31 18:25 +0000)
treeca1a65cd6f4511783565a842275a9216671f74cc
parent2ce0fcf8c53871efa8e4e163cdf891e0c43b7cd9
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257249 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/runtime/go-fieldtrack.c