8sa1-gcc/gcc/go
Ian Lance Taylor d5d3f15a0e runtime: cast SIGSTKSZ to uintptr
In newer versions of glibc it is long, which causes a signed
comparison warning.

Fixes PR go/99458
2021-03-08 16:23:31 -08:00
..
gofrontend
ChangeLog
config-lang.in
gccgo.texi
go-backend.c
go-c.h
go-gcc-diagnostics.cc
go-gcc.cc
go-gcc.h
go-lang.c
go-linemap.cc
go-location.h
go-sha1.cc
go-system.h
gospec.c
lang-specs.h
lang.opt
Make-lang.in
README.gcc

The files in the gofrontend subdirectory are mirrored from the
gofrontend project hosted at http://code.google.com/p/gofrontend.
These files are the ones in the go subdirectory of that project.