From 464e3686c0c5f247bede4481887654a714ce4c8f Mon Sep 17 00:00:00 2001 From: Sean Keys Date: Fri, 11 Jan 2013 21:12:34 +0000 Subject: [PATCH] * config/tc-xgate.c (md_begin): Fix mistake made when going from git to cvs. --- gas/ChangeLog | 5 +++++ gas/config/tc-xgate.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index e55763e733c..a7758bf6686 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2013-01-11 Sean Keys + + * config/tc-xgate.c (md_begin): Fix mistake made when going from + git to cvs. + 2013-01-10 Peter Bergner * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm. diff --git a/gas/config/tc-xgate.c b/gas/config/tc-xgate.c index 752eaee8273..1a4b1159088 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); } } -- 2.30.2