[PATCH 04/34] Alpha: use is_end_of_stmt()
Jan Beulich
jbeulich@suse.com
Wed Feb 19 15:22:09 GMT 2025
... instead of open-coding it. Note that writes to the array need to be
left alone; they can only be converted when the array is folded into
lex_type[].
--- a/gas/config/tc-alpha.c
+++ b/gas/config/tc-alpha.c
@@ -4138,7 +4138,7 @@ s_alpha_usepv (int unused ATTRIBUTE_UNUS
sym = symbol_find_or_make (name);
name_end = restore_line_pointer (name_end);
- if (! is_end_of_line[(unsigned char) name_end])
+ if (! is_end_of_stmt (name_end))
input_line_pointer++;
if (name_end != ',')
More information about the Binutils
mailing list