From 19d71acd978891b201bc5ce79bdcd20b36d04a2e Mon Sep 17 00:00:00 2001
From: Cherry Mui
Date: Tue, 7 Jun 2022 16:35:13 -0400
Subject: [PATCH] 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
---
doc/go1.19.html | 9 +++++++++
1 file changed, 9 insertions(+)
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
--
2.48.1