libgo: keep c0 and c1 out of runtime.inc
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 21 Oct 2016 21:01:04 +0000 (21:01 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 21 Oct 2016 21:01:04 +0000 (21:01 +0000)
commit15ca61bc74441eba56703c41a98cd8c0b304fd2b
tree3ef4649d004aab9fb6d2266e38db8457ab87d01a
parent6156a05a2588e36f69b279bfa21025892cab4338
libgo: keep c0 and c1 out of runtime.inc

    The constants named c0 and c1 turn up as macros in runtime.inc.  This
    reportedly breaks building on Solaris 11, where there is a system struct
    that has a field named c1.  The constants aren't needed by the runtime C
    code, so avoid the problem by grepping them out.

    Reviewed-on: https://go-review.googlesource.com/31730

From-SVN: r241432
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in