diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-06-03 20:06:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-06-03 20:06:50 +0000 |
commit | fdb1849a6c1b79d9684947c0e40aff6136ab329b (patch) | |
tree | 7ce035ab536835f3639604c0d56949cdd8ccf1af /gcc | |
parent | a0d87c29e29ba298f80e47fad57431ae3104447f (diff) | |
download | gcc-fdb1849a6c1b79d9684947c0e40aff6136ab329b.zip gcc-fdb1849a6c1b79d9684947c0e40aff6136ab329b.tar.gz gcc-fdb1849a6c1b79d9684947c0e40aff6136ab329b.tar.bz2 |
runtime: fix assembly syntax
Some assembler doesn't accept ULL suffix. In fact the suffix
is not really necessary. Drop it.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/180217
From-SVN: r271883
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 73c432c..5a97fab 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -4150db0e4613043e38a146a971e5b0dcacad7c2a +2e623bff8a5855bb6268c69bb04eb37cac8f2dc2 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |