* config/tc-xgate.c (md_begin): Fix mistake made when going from
git to cvs.
This commit is contained in:
parent
04164e8e6d
commit
464e3686c0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-01-11 Sean Keys <skeys@ipdatasys.com>
|
||||
|
||||
* config/tc-xgate.c (md_begin): Fix mistake made when going from
|
||||
git to cvs.
|
||||
|
||||
2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
|
||||
|
||||
* doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
|
||||
|
|
|
@ -351,7 +351,7 @@ md_begin (void)
|
|||
|
||||
if (flag_print_opcodes)
|
||||
{
|
||||
print_opcode_list ();
|
||||
xgate_print_table ();
|
||||
exit (EXIT_SUCCESS);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue