[PATCH 22/34] SH: use is_end_of_stmt()

Alexandre Oliva oliva@gnu.org
Fri Mar 7 00:47:22 GMT 2025


On Feb 19, 2025, Jan Beulich <jbeulich@suse.com> wrote:

> --- a/gas/config/tc-sh.c
> +++ b/gas/config/tc-sh.c
> @@ -452,7 +452,7 @@ sh_elf_cons (int nbytes)
> -       while (! is_end_of_line[(unsigned char) *input_line_pointer++]);
> +       while (! is_end_of_stmt (*input_line_pointer++));

Ok, thanks.

-- 
Alexandre Oliva, happy hacker            https://blog.lx.oliva.nom.br/
Free Software Activist     FSFLA co-founder     GNU Toolchain Engineer
Learn the truth about Richard Stallman at https://stallmansupport.org/


More information about the Binutils mailing list