diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-04-27 18:01:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-04-27 18:01:00 +0000 |
commit | 2885a4939a7c96441210d6b3507524b6970d1013 (patch) | |
tree | 823cc61081c6ebb58903fd906f7014cb09caf29d /gcc | |
parent | 4c8906c942eccf5243489d0c855892c3936f8a4b (diff) | |
download | gcc-2885a4939a7c96441210d6b3507524b6970d1013.zip gcc-2885a4939a7c96441210d6b3507524b6970d1013.tar.gz gcc-2885a4939a7c96441210d6b3507524b6970d1013.tar.bz2 |
re PR go/85429 (Several gotools tests FAIL with Solaris as)
PR go/85429
cmd/go: add Solaris assembler syntax for gccgo buildid file
The Solaris assembler uses a different syntax for section directives.
This is https://golang.org/cl/109140 ported over to gccgo.
Reviewed-on: https://go-review.googlesource.com/109141
From-SVN: r259719
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 a97408a..24592d2 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -7b37b9c3f9338a1387ee1e2301de89c3d2d87d2b +32861fd0acb0f3232f66be4791388b27e71c9990 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |