diff --git a/doc/go1.19.html b/doc/go1.19.html index 155e300d5a..b9dfa59297 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -198,6 +198,15 @@ Do not send CLs removing the interior tags from such phrases. pass this flag as well.

+

Assembler

+

+ Like the compiler, the assembler now requires the + -p=importpath flag to build a linkable object file. + This is already supplied by the go command. Any other + build systems that invoke the Go assembler directly will need to + make sure they pass this flag as well. +

+

Linker

On ELF platforms, the linker now emits compressed DWARF sections in