aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-xgate.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e55763e..a7758bf 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/config/tc-xgate.c b/gas/config/tc-xgate.c
index 752eaee..1a4b115 100644
--- a/gas/config/tc-xgate.c
+++ b/gas/config/tc-xgate.c
@@ -351,7 +351,7 @@ md_begin (void)
if (flag_print_opcodes)
{
- print_opcode_list ();
+ xgate_print_table ();
exit (EXIT_SUCCESS);
}
}