From 5ce2e0929ac0811a2a5daf59b4b8ebaef8b871a7 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Mon, 30 Nov 2020 11:56:08 -0600 Subject: [PATCH] Update conformance language per Sandy's comment. Signed-off-by: Bill Schmidt --- specification/ch_1.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/specification/ch_1.xml b/specification/ch_1.xml index 0927cf4..f1a7191 100644 --- a/specification/ch_1.xml +++ b/specification/ch_1.xml @@ -248,10 +248,12 @@ Conformance to this Specification Compilers, assemblers, linkers, system libraries, and other - toolchain components should be able to demonstrate conformance - to this specification according to the ELFv2 ABI Compliance - TH/TS Specification, available from openpowerfoundation.org. - See . + toolchain components that implement this specification should + fully implement all relevant aspects described in chapters 2 + through 6 of this specification, except for material that is + specifically denoted as optional, as an optimization, or as + an example. Some aspects will only be relevant to a compiler, + while others will only be relevant to a linker, and so forth.