You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libmain: ensure initfn is called when loading a go library
AIX does not support .init_array.
The alterative is to export the __go_init function and tell the linker
it is an init function with the -Wl,-binitfini:__go_init option.
Issue golang/go#19200
Change-Id: I4ef52a17e646f80bd37d141483ec3086c87fcf30
Reviewed-on: https://go-review.googlesource.com/37965
Reviewed-by: Ian Lance Taylor <iant@golang.org>
0 commit comments