* config/tc-xgate.c (md_begin): Fix the printing of opcodes so
authorSean Keys <skeys@ipdatasys.com>
Thu, 10 Jan 2013 22:15:05 +0000 (22:15 +0000)
committerSean Keys <skeys@ipdatasys.com>
Thu, 10 Jan 2013 22:15:05 +0000 (22:15 +0000)
        that the assember exits after the opcodes have been printed.

gas/ChangeLog
gas/config/tc-xgate.c

index 6bf8eb1..224321f 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-10  Sean Keys  <skeys@ipdatasys.com>
+
+       * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
+        that the assember exits after the opcodes have been printed.
+
 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        * app.c: Remove trailing white spaces.
index 0c43295..752eaee 100644 (file)
@@ -349,8 +349,11 @@ md_begin (void)
       prev_op_name = op_handles[j].name;
     }
 
-  if (flag_print_opcodes == 1)
-    xgate_print_table ();
+  if (flag_print_opcodes)
+    {
+      print_opcode_list ();
+      exit (EXIT_SUCCESS);
+    }
 }
 
 void