* [PATCH] aarch64: Fix typo in comment about FEATURE_STRING
@ 2024-03-29 14:28 Christophe Lyon
2024-04-02 15:44 ` Richard Sandiford
0 siblings, 1 reply; 2+ messages in thread
From: Christophe Lyon @ 2024-03-29 14:28 UTC (permalink / raw)
To: gcc-patches, richard.sandiford; +Cc: Christophe Lyon
Fix the comment to document FEATURE_STRING instead of FEAT_STRING.
2024-03-29 Christophe Lyon <christophe.lyon@linaro.org>
gcc/
* config/aarch64/aarch64-option-extensions.def: Fix comment.
---
gcc/config/aarch64/aarch64-option-extensions.def | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gcc/config/aarch64/aarch64-option-extensions.def b/gcc/config/aarch64/aarch64-option-extensions.def
index 061a145e9e7..aa3cd99f791 100644
--- a/gcc/config/aarch64/aarch64-option-extensions.def
+++ b/gcc/config/aarch64/aarch64-option-extensions.def
@@ -54,14 +54,14 @@
If a feature A appears in this list then the list implicitly includes
any features that are transitively dependent on A (according to REQUIRES).
- - FEAT_STRING is a string containing the entries in the 'Features' field of
- /proc/cpuinfo on a GNU/Linux system that correspond to this architecture
- extension being available. Sometimes multiple entries are needed to enable
- the extension (for example, the 'crypto' extension depends on four
- entries: aes, pmull, sha1, sha2 being present). In that case this field
- should contain a space (" ") separated list of the strings in 'Features'
- that are required. Their order is not important. An empty string means
- do not detect this feature during auto detection.
+ - FEATURE_STRING is a string containing the entries in the 'Features' field
+ of /proc/cpuinfo on a GNU/Linux system that correspond to this
+ architecture extension being available. Sometimes multiple entries are
+ needed to enable the extension (for example, the 'crypto' extension
+ depends on four entries: aes, pmull, sha1, sha2 being present). In that
+ case this field should contain a space (" ") separated list of the strings
+ in 'Features' that are required. Their order is not important. An empty
+ string means do not detect this feature during auto detection.
- OPT_FLAGS is a list of feature IDENTS that should be enabled (along with
their transitive dependencies) when the specified FMV feature is present.
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] aarch64: Fix typo in comment about FEATURE_STRING
2024-03-29 14:28 [PATCH] aarch64: Fix typo in comment about FEATURE_STRING Christophe Lyon
@ 2024-04-02 15:44 ` Richard Sandiford
0 siblings, 0 replies; 2+ messages in thread
From: Richard Sandiford @ 2024-04-02 15:44 UTC (permalink / raw)
To: Christophe Lyon; +Cc: gcc-patches
Christophe Lyon <christophe.lyon@linaro.org> writes:
> Fix the comment to document FEATURE_STRING instead of FEAT_STRING.
>
> 2024-03-29 Christophe Lyon <christophe.lyon@linaro.org>
>
> gcc/
> * config/aarch64/aarch64-option-extensions.def: Fix comment.
OK, thanks.
Richard
> ---
> gcc/config/aarch64/aarch64-option-extensions.def | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/gcc/config/aarch64/aarch64-option-extensions.def b/gcc/config/aarch64/aarch64-option-extensions.def
> index 061a145e9e7..aa3cd99f791 100644
> --- a/gcc/config/aarch64/aarch64-option-extensions.def
> +++ b/gcc/config/aarch64/aarch64-option-extensions.def
> @@ -54,14 +54,14 @@
> If a feature A appears in this list then the list implicitly includes
> any features that are transitively dependent on A (according to REQUIRES).
>
> - - FEAT_STRING is a string containing the entries in the 'Features' field of
> - /proc/cpuinfo on a GNU/Linux system that correspond to this architecture
> - extension being available. Sometimes multiple entries are needed to enable
> - the extension (for example, the 'crypto' extension depends on four
> - entries: aes, pmull, sha1, sha2 being present). In that case this field
> - should contain a space (" ") separated list of the strings in 'Features'
> - that are required. Their order is not important. An empty string means
> - do not detect this feature during auto detection.
> + - FEATURE_STRING is a string containing the entries in the 'Features' field
> + of /proc/cpuinfo on a GNU/Linux system that correspond to this
> + architecture extension being available. Sometimes multiple entries are
> + needed to enable the extension (for example, the 'crypto' extension
> + depends on four entries: aes, pmull, sha1, sha2 being present). In that
> + case this field should contain a space (" ") separated list of the strings
> + in 'Features' that are required. Their order is not important. An empty
> + string means do not detect this feature during auto detection.
>
> - OPT_FLAGS is a list of feature IDENTS that should be enabled (along with
> their transitive dependencies) when the specified FMV feature is present.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-02 15:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29 14:28 [PATCH] aarch64: Fix typo in comment about FEATURE_STRING Christophe Lyon
2024-04-02 15:44 ` Richard Sandiford
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).