changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)
[deliverable/binutils-gdb.git] / gas / config / tc-sparc.c
index 26e66436cdf44e70dca5a08ce2f9ffaca780e2f1..733e3d22a1879097833f3f208a9734b6710ce6bf 100644 (file)
@@ -2240,7 +2240,6 @@ md_parse_option (argP, cntP, vecP)
   if (!strcmp (*argP, "bump"))
     {
       warn_on_bump = 1;
-
     }
   else if (**argP == 'A')
     {
@@ -2278,6 +2277,10 @@ md_parse_option (argP, cntP, vecP)
     {
       /* use .stab instead of .stab.excl */
     }
+  else if (**argP == 'q')
+    {
+      /* quick -- native assembler does fewer checks */
+    }
 #endif
   else if (strcmp (*argP, "sparc") == 0)
     {
This page took 0.023944 seconds and 4 git commands to generate.