diff --git a/doc/go1.17.html b/doc/go1.17.html index d469f400ad..972f9c3559 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -488,6 +488,15 @@ func Foo() bool { and compare functions by code pointer.
+
+ When the linker uses external linking mode, which is the default
+ when linking a program that uses cgo, and the linker is invoked
+ with a -I
option, the option will now be passed to the
+ external linker as a -Wl,--dynamic-linker
option.
+