diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-14 04:59:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-14 04:59:01 +0000 |
commit | ffad1c54d2e4b698bab8d198a65c6183e74449a8 (patch) | |
tree | 660362db6d65127cb1c0671cd4055146fd4ab6fa /gcc | |
parent | 8532713fc4ebeb6c7b1026bbdb4cf5ab61ff68e3 (diff) | |
download | gcc-ffad1c54d2e4b698bab8d198a65c6183e74449a8.zip gcc-ffad1c54d2e4b698bab8d198a65c6183e74449a8.tar.gz gcc-ffad1c54d2e4b698bab8d198a65c6183e74449a8.tar.bz2 |
go/types: implement SizesFor for gccgo
Move the architecture-specific settings out of configure.ac into a new
shell script goarch.sh. Use the new script to collect the values for
all architectures to make them available in go/types.
Also fix cmd/vet to pass the right compiler when it calls SizesFor.
This fixes cmd/vet for systems that are not implemented in the gc
toolchain, such as alpha and ia64.
Reviewed-on: https://go-review.googlesource.com/87635
From-SVN: r256655
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 35bebbb..7d87aa8 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -fe8481db9f5b37eb9a0c329673789eaaf1335598 +4aa531c1765bba52848c6d71b9f57b593063d3ba The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |