diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-09-09 16:39:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-09-09 16:39:44 +0000 |
commit | ac376b15df246bc673b0e14074a4f19d39762480 (patch) | |
tree | b38452d48d41a4ced2a23d9cc03ac7fd867d297c /gcc | |
parent | a9ca0a9d025cdd0e046b8e0b89fd2f2e3721e203 (diff) | |
download | gcc-ac376b15df246bc673b0e14074a4f19d39762480.zip gcc-ac376b15df246bc673b0e14074a4f19d39762480.tar.gz gcc-ac376b15df246bc673b0e14074a4f19d39762480.tar.bz2 |
runtime: use alignof to check alignment of ucontext_t
Use alignof rather than assuming a 16 byte alignment.
Reviewed-on: https://go-review.googlesource.com/28913
From-SVN: r240047
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 99e32ce..261a79a 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -b37a9e66ea584885043240f8f6f1d1c0284eadec +6c1f159cdcb56ebff617f6bbc6c97943a1a8a34d The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |