* testsuite/gas/all/gas.exp: Fix spelling in comments.
* testsuite/gas/cris/cris.exp: Fix spelling in comments.
* testsuite/gas/hppa/basic/basic.exp: Fix spelling in comments.
* testsuite/gas/hppa/parse/parse.exp: Fix spelling in comments.
* testsuite/gas/hppa/reloc/reloc.exp: Fix spelling in comments.
* testsuite/gas/sh/arch/arch.exp: Fix spelling in comments.
* testsuite/gas/tic4x/tic4x.exp: Fix spelling in comments.
+2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
+
+ * testsuite/gas/all/gas.exp: Fix spelling in comments.
+ * testsuite/gas/cris/cris.exp: Fix spelling in comments.
+ * testsuite/gas/hppa/basic/basic.exp: Fix spelling in comments.
+ * testsuite/gas/hppa/parse/parse.exp: Fix spelling in comments.
+ * testsuite/gas/hppa/reloc/reloc.exp: Fix spelling in comments.
+ * testsuite/gas/sh/arch/arch.exp: Fix spelling in comments.
+ * testsuite/gas/tic4x/tic4x.exp: Fix spelling in comments.
+
2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
* testsuite/gas/arm/local_function.d: Fix spelling in comments.
set x 0
gas_start "x930509.s" "-al"
while 1 {
-# We need to accomodate both byte orders here.
+# We need to accommodate both byte orders here.
# If ".long" means an 8-byte value on some target someday, this test will have
# to be fixed.
expect {
# character (it is allowed to be a line comment character).
if [string match "" [lindex [gas_run excl.s "-o /dev/null" ""] 0]] {
run_dump_test altmac2
- # Similarly this test does not work when ! is a line seperator.
+ # Similarly this test does not work when ! is a line separator.
run_dump_test eval
}
}
}
# Any extra replacements (like modifying the test name to something
- # else than the @OC@ modification). Replaces occurences of @OR@.
+ # else than the @OC@ modification). Replaces occurrences of @OR@.
if { [llength $args] >= 11 } then {
set extra_OR_replace [lindex $args 10]
} else {
# Please email any bugs, comments, and/or additions to this file to:
# dejagnu@gnu.org
-# Written by the Center for Software Science at the Univeristy of Utah
+# Written by the Center for Software Science at the University of Utah
# and by Cygnus Support.
proc do_imem {} {
setup_xfail "hppa*-*-*elf*" "hppa*-*-linux*" "hppa*64*-*-*"
gas_test "ssbug.s" "" "" "Check for acceptance of non-default subspaces"
- # To be compatable with certain "features" of the HP compiler
+ # To be compatible with certain "features" of the HP compiler
# non-existant registers should default to %r0.
gas_test "defbug.s" "" "" "Missing register should default to %%r0"
# Make sure we put the right relocation entry on a BLE instruction.
do_ble_relocation_test
- # Make sure relocation reductions are not too agressive about
+ # Make sure relocation reductions are not too aggressive about
# adjusting relocations against some symbols.
do_relocation_reduction_tests
}
-# This procedure tests that a file that is not suposed to assemble
+# This procedure tests that a file that is not supposed to assemble
# with a given option does, in fact, not assemble.
# It also writes an entry to the arch_results.txt file.
set x 0
gas_start "../all/x930509.s" "-al"
while 1 {
-# We need to accomodate both byte orders here.
+# We need to accommodate both byte orders here.
# If ".long" means an 8-byte value on some target someday, this test will have
# to be fixed.
expect {
run_dump_test "registers_c3x"
run_dump_test "registers_c4x"
- # Make sure the c4x registers dont work on c3x
+ # Make sure the c4x registers don't work on c3x
gas_test_error "registers.s" "-m30 --defsym TEST_C4X=1" "c4x register usage in c3x"
# Test data storage
run_dump_test "addressing_c3x"
run_dump_test "addressing_c4x"
- # Make sure the c4x addressing dont work on c3x
+ # Make sure the c4x addressing don't work on c3x
gas_test_error "addressing.s" "-m30 --defsym TEST_C4X=1" "c4x addressing usage in c3x"
# Test float instructions
run_dump_test "opcodes_c4x"
run_dump_test "opcodes_new"
- # Make sure the c4x ops dont work on c3x
+ # Make sure the c4x ops don't work on c3x
#gas_test_error "opcodes.s" "-m30 --defsym TEST_C4X=1" "c4x instruction usage in c3x"
# -- for some reason this test crashes dejagnu, hence disabled!
}