gcc/gcc/go
Ian Lance Taylor 18fbd1ecf1 re PR go/64836 (go.test/test/fixedbugs/issue4348.go FAILs)
PR go/64836
	PR go/64838

compiler: Use int64_t for backend type size and alignment.

Fixes 32-bit host 64-bit target cross-compilation.

	* go-gcc.cc (Gcc_backend::type_size): Change return type to
	int64_t.
	(Gcc_backend::type_alignment): Likewise.
	(Gcc_backend::type_field_alignment): Likewise.
	(Gcc_backend::type_field_offset): Likewise.
	(Gcc_backend::implicit_variable): Change alignment parameter type
	to int64_t.

From-SVN: r220364
2015-02-03 03:33:21 +00:00
..
gofrontend re PR go/64836 (go.test/test/fixedbugs/issue4348.go FAILs) 2015-02-03 03:33:21 +00:00
ChangeLog re PR go/64836 (go.test/test/fixedbugs/issue4348.go FAILs) 2015-02-03 03:33:21 +00:00
Make-lang.in Update copyright years. 2015-01-05 13:33:28 +01:00
README.gcc
config-lang.in configure.ac (host_tools): Add gotools. 2015-01-09 21:23:09 +00:00
gccgo.texi re PR go/63565 (please document that (and why) Go binaries should not be stripped) 2015-01-24 00:02:55 +00:00
go-backend.c genattrtab.c (write_header): Include hash-set.h... 2015-01-09 20:18:42 +00:00
go-c.h Update copyright years. 2015-01-05 13:33:28 +01:00
go-gcc.cc re PR go/64836 (go.test/test/fixedbugs/issue4348.go FAILs) 2015-02-03 03:33:21 +00:00
go-lang.c re PR go/64595 (go programs abort when debug info is stripped) 2015-01-23 22:26:41 +00:00
go-linemap.cc
go-location.h
go-system.h Update copyright years. 2015-01-05 13:33:28 +01:00
gospec.c Update copyright years. 2015-01-05 13:33:28 +01:00
lang-specs.h Update copyright years. 2015-01-05 13:33:28 +01:00
lang.opt Update copyright years. 2015-01-05 13:33:28 +01:00

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.