This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] x86: Uppercase suffix_always in the comments
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Borislav Petkov <bp at suse dot de>
- Cc: Binutils <binutils at sourceware dot org>, Michael Matz <matz at suse dot de>
- Date: Tue, 9 Jul 2019 08:18:07 -0700
- Subject: Re: [PATCH] x86: Uppercase suffix_always in the comments
- References: <20190709150047.GA1930@nazgul.tnic>
On Tue, Jul 9, 2019 at 8:01 AM Borislav Petkov <bp@suse.de> wrote:
>
> ... to clarify which bit flag the uppercase macros explanation refers
> to. Also, it is a bit flag now so adjust the text to better reflect
> that.
>
> No functionality change.
> ---
> opcodes/ChangeLog | 4 ++++
> opcodes/i386-dis.c | 24 ++++++++++++------------
> 2 files changed, 16 insertions(+), 12 deletions(-)
>
> diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
> index 85a2842e30b9..5f9d56afa7cf 100644
> --- a/opcodes/ChangeLog
> +++ b/opcodes/ChangeLog
> @@ -1,3 +1,7 @@
> +2019-07-09 Borislav Petkov <bp@suse.de>
> +
> + * i386-dis.c (dis386): Uppercase SUFFIX_ALWAYS to clarify comments.
> +
> 2019-07-05 Kito Cheng <kito.cheng@sifive.com>
>
> * riscv-opc.c (riscv_insn_types): Add r4 type.
OK.
Thanks.
--
H.J.