[PATCH 19/34] pru: use is_end_of_stmt()

Jan Beulich jbeulich@suse.com
Wed Feb 19 15:32:33 GMT 2025


... instead of open-coding it.

--- a/gas/config/tc-pru.c
+++ b/gas/config/tc-pru.c
@@ -423,7 +423,7 @@ s_pru_set (int equiv)
      trying a directive.  This prevents
      us from polluting the name space.  */
   SKIP_WHITESPACE ();
-  if (is_end_of_line[(unsigned char) *input_line_pointer])
+  if (is_end_of_stmt (*input_line_pointer))
     {
       bool done = true;
       *endline = 0;



More information about the Binutils mailing list