[PATCH v2 25/65] m32r: use is_whitespace()

Jan Beulich jbeulich@suse.com
Mon Jan 27 16:23:44 GMT 2025


Convert a lonely ISSPACE().
---
v2: New.

--- a/gas/config/tc-m32r.c
+++ b/gas/config/tc-m32r.c
@@ -989,7 +989,7 @@ assemble_two_insns (char *str1, char *st
   {
     char *s2 = str1;
 
-    while (ISSPACE (*s2++))
+    while (is_whitespace (*s2++))
       continue;
 
     --s2;



More information about the Binutils mailing list