From: Cherry Mui Date: Tue, 7 Jun 2022 20:35:13 +0000 (-0400) Subject: doc/go1.19: document that the assembler requires -p X-Git-Tag: go1.19beta1~23 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=19d71acd978891b201bc5ce79bdcd20b36d04a2e;p=gostls13.git doc/go1.19: document that the assembler requires -p For #51400. Change-Id: I50fb4313105ae6dbbbe2c98cbe4a8f8e2563eba9 Reviewed-on: https://go-review.googlesource.com/c/go/+/410824 Reviewed-by: Ian Lance Taylor --- 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