Skip to content

Commit

Permalink
libgo: leave Int64Align as 8 on 32-bit SPARC
Browse files Browse the repository at this point in the history
    
    Verified by testing on SPARC Solaris.
    
    Reviewed-on: https://go-review.googlesource.com/31675


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241430 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
ian committed Oct 21, 2016
1 parent 5a09698 commit 7021f6f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gcc/go/gofrontend/MERGE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
df6046971233854e5b7533140d4ead095ab69857
9806c8a8e4e448eaf6810ff1acffa715745d2549

The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
1 change: 0 additions & 1 deletion libgo/configure
Original file line number Diff line number Diff line change
Expand Up @@ -13841,7 +13841,6 @@ _ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
GOARCH=sparc
GOARCH_FAMILY=SPARC
GOARCH_INT64ALIGN=4

else
GOARCH=sparc64
Expand Down
1 change: 0 additions & 1 deletion libgo/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ GOARCH_MINFRAMESIZE=8
#endif],
[GOARCH=sparc
GOARCH_FAMILY=SPARC
GOARCH_INT64ALIGN=4
],
[GOARCH=sparc64
GOARCH_FAMILY=SPARC64
Expand Down

0 comments on commit 7021f6f

Please sign in to comment.