[patch][avr][applied]: Fix an indentation glitch in gas/config/tc-avr.c

Georg-Johann Lay avr@gjlay.de
Wed Feb 19 20:06:45 GMT 2025


Applied as obvious.

Johann

--

gas/config/tc-avr.c: Fix an indentation glitch.

gas/
         * config/tc-avr.c (md_assemble): Fix indentation.

diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c
index c98ba867d2c..98d222ef8c7 100644
--- a/gas/config/tc-avr.c
+++ b/gas/config/tc-avr.c
@@ -1915,8 +1915,8 @@ md_assemble (char *str)
        return;
      }

-    if (opcode == avr_gccisr_opcode
-       && !avr_opt.have_gccisr)
+  if (opcode == avr_gccisr_opcode
+      && !avr_opt.have_gccisr)
      {
        as_bad (_("pseudo instruction `%s' not supported"), op);
        return;


More information about the Binutils mailing list