gcc/gcc/go
Ian Lance Taylor ab2d47a87f libgo: support gollvm build on arm64 linux
This CL serves as part of an initial change for enabling gollvm
    building on arm64 linux, the rest of the change will be covered by
    another one to the gollvm repo.
    
    Incorporate type definition of 'uint128' to 'runtime' and 'syscall'
    packges, the change is not specific to arm64 linux but made available
    for all platforms.
    
    Verified by building and unit-testing gollvm on linux x86-64 and arm64.
    
    Verified by building and checking gccgo on linux x86-64 and arm64.
    
    Fixes golang/go#33711
    
    Change-Id: I4720c7d810cfd4ef720962fb4104c5641b2459c0

From-SVN: r275919
2019-09-19 00:03:25 +00:00
..
gofrontend libgo: support gollvm build on arm64 linux 2019-09-19 00:03:25 +00:00
ChangeLog re PR tree-optimization/91663 (split function can be re-inlined, leaving bad stack trace) 2019-09-05 04:12:30 +00:00
config-lang.in
gccgo.texi
go-backend.c
go-c.h
go-gcc-diagnostics.cc
go-gcc.cc
go-gcc.h
go-lang.c re PR tree-optimization/91663 (split function can be re-inlined, leaving bad stack trace) 2019-09-05 04:12:30 +00:00
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.