diff options
author | Clément Chigot <clement.chigot@atos.net> | 2020-07-16 11:29:49 +0200 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-07-23 14:26:36 -0700 |
commit | 83cc5e2b2f887d4bb2305658da382a65fdcaab29 (patch) | |
tree | 8df77f6a205ef2474f3d57434d7f5f9464a3a4dc /gcc | |
parent | 8598657c607500512075f6c4ee3b10460c94903d (diff) | |
download | gcc-83cc5e2b2f887d4bb2305658da382a65fdcaab29.zip gcc-83cc5e2b2f887d4bb2305658da382a65fdcaab29.tar.gz gcc-83cc5e2b2f887d4bb2305658da382a65fdcaab29.tar.bz2 |
libgo: add AIX FAT libraries support
AIX-style libraries contains both 32 and 64 bit shared objects.
This patch follows the adding of FAT libraries support in other gcc
libraries (libgcc, listdc++, etc).
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/242957
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 878df0d..d23e737 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -2d105e65cca6b536320284273353b7c640b12c5f +587d4595e446c597efe97ccdc81b2f05cbc04a21 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |