gcc/gcc/go
Clément Chigot 83cc5e2b2f 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
2020-07-23 14:26:36 -07:00
..
gofrontend libgo: add AIX FAT libraries support 2020-07-23 14:26:36 -07:00
ChangeLog Go Gcc_backend class: mark prefetch as novops 2020-04-15 13:01:25 -07:00
config-lang.in
gccgo.texi
go-backend.c
go-c.h
go-gcc-diagnostics.cc
go-gcc.cc Go Gcc_backend class: mark prefetch as novops 2020-04-15 13:01:25 -07:00
go-gcc.h
go-lang.c
go-linemap.cc
go-location.h
go-sha1.cc
go-system.h
gospec.c
lang-specs.h
lang.opt
Make-lang.in
README.gcc

The files in the gofrontend subdirectory are mirrored from the
gofrontend project hosted at http://code.google.com/p/gofrontend.
These files are the ones in the go subdirectory of that project.