* xcofflink.c: More improvements, mostly to fix handling of
[deliverable/binutils-gdb.git] / gas / app.c
index 7b7ea158c2b2b0c4008e3ae0ab99bae0bab9e923..a858163f66ddf833e33117d1e304e07caf558d1b 100644 (file)
--- a/gas/app.c
+++ b/gas/app.c
@@ -587,6 +587,13 @@ do_scrub_chars (get, tostart, tolen)
              /* cpp never outputs a leading space before the #, so
                 try to avoid being confused.  */
              not_cpp_line = 1;
+             if (flag_mri)
+               {
+                 /* In MRI mode, we keep these spaces.  */
+                 UNGET (ch);
+                 PUT (' ');
+                 break;
+               }
              goto recycle;
            }
 
This page took 0.024049 seconds and 4 git commands to generate.