8sa1-gcc/gcc/go
Ian Lance Taylor a0e1520784 re PR go/47378 (ld warning linking with libgo.so: relocation bound to a symbol with STV_PROTECTED visibility)
PR go/47378
Don't use protected visibility for type descriptors.

From-SVN: r169946
2011-02-08 20:55:02 +00:00
..
gofrontend re PR go/47378 (ld warning linking with libgo.so: relocation bound to a symbol with STV_PROTECTED visibility) 2011-02-08 20:55:02 +00:00
ChangeLog go-lang.c (go_langhook_init_options_struct): Set frontend_set_flag_errno_math. 2011-02-08 17:53:17 +00:00
config-lang.in
gccgo.texi re PR other/46789 (go configuration with --prefix=/usr pollutes the /usr/lib namespace) 2010-12-07 14:18:35 +00:00
go-backend.c Move clearing of flag_strict_aliasing to gcc interface. 2011-01-14 03:27:32 +00:00
go-c.h Remove the types float and complex. 2011-01-21 18:19:03 +00:00
go-lang.c go-lang.c (go_langhook_init_options_struct): Set frontend_set_flag_errno_math. 2011-02-08 17:53:17 +00:00
go-system.h
gospec.c configure.ac (gcc_cv_ld_static_option): Define. 2011-01-31 13:52:42 +00:00
lang-specs.h
lang.opt
Make-lang.in Move clearing of flag_strict_aliasing to gcc interface. 2011-01-14 03:27:32 +00:00
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.