diff options
author | Alan Modra <amodra@gmail.com> | 2002-01-21 14:03:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-01-21 14:03:27 +0000 |
commit | 7b45c6e1dabcb4860888f46ace53e7425741dce3 (patch) | |
tree | 013823a3ad252d5d5bd32b387dc0d5497d1ea22d /gas | |
parent | e86ce104e24677a8911f31d223106b7e7b7cce89 (diff) | |
download | gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.zip gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.tar.gz gdb-7b45c6e1dabcb4860888f46ace53e7425741dce3.tar.bz2 |
comment typo fixes
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/cris/cris.exp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a26c5ae..8484a9f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> + + * gas/cris/cris.exp: Comment typo fix + 2002-01-18 Richard Earnshaw <rearnsha@arm.com> Keith Walker <keith.walker@arm.com> diff --git a/gas/testsuite/gas/cris/cris.exp b/gas/testsuite/gas/cris/cris.exp index 46190f3..5977fef 100644 --- a/gas/testsuite/gas/cris/cris.exp +++ b/gas/testsuite/gas/cris/cris.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2002 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -532,7 +532,7 @@ if [istarget cris-*-*] then { run_dump_test "break" test_template_insn_reg regreg lz 73 "" "" 44 - # Additional insns for CRIS v8 (also the swapxxx insns other then "not" above). + # Additional insns for CRIS v8 (also the swapxxx insns other than "not" above). test_template_insn_mem unop jirc 293 "@OC@\\." "jump-type" b93 test_template_insn_mem unop jsrc 393 "@OC@\\." "jump-type" b93 test_template_insn_mem unop jbrc 693 "@OC@\\." "jump-type" b93 |