diff options
author | Sean Keys <skeys@ipdatasys.com> | 2013-01-11 21:12:34 +0000 |
---|---|---|
committer | Sean Keys <skeys@ipdatasys.com> | 2013-01-11 21:12:34 +0000 |
commit | 464e3686c0c5f247bede4481887654a714ce4c8f (patch) | |
tree | fdfe7e455dc74d85a271656e6b5f1153d53bc16e /gas | |
parent | 04164e8e6d0171ce44240a52d59de7429baba09b (diff) | |
download | gdb-464e3686c0c5f247bede4481887654a714ce4c8f.zip gdb-464e3686c0c5f247bede4481887654a714ce4c8f.tar.gz gdb-464e3686c0c5f247bede4481887654a714ce4c8f.tar.bz2 |
* config/tc-xgate.c (md_begin): Fix mistake made when going from
git to cvs.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-xgate.c | 2 |
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); } } |