mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Fix spelling in comments in Expect scripts (gas)
* 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.
This commit is contained in:

committed by
Alan Modra

parent
15a086bed7
commit
c29ae970e7
@ -1,3 +1,13 @@
|
||||
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.
|
||||
|
@ -247,7 +247,7 @@ proc do_930509a {} {
|
||||
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 {
|
||||
@ -311,7 +311,7 @@ case $target_triplet in {
|
||||
# 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
|
||||
}
|
||||
}
|
||||
|
@ -60,7 +60,7 @@ proc test_template_insn_reg_mem { args } {
|
||||
}
|
||||
|
||||
# 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 {
|
||||
|
@ -17,7 +17,7 @@
|
||||
# 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 {} {
|
||||
|
@ -192,7 +192,7 @@ if [istarget hppa*-*-*] then {
|
||||
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"
|
||||
|
||||
|
@ -657,7 +657,7 @@ if [istarget hppa*-*-*] then {
|
||||
# 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
|
||||
|
||||
|
@ -100,7 +100,7 @@ proc test_arch { file opt arch resultfile } {
|
||||
}
|
||||
|
||||
|
||||
# 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.
|
||||
|
||||
|
@ -23,7 +23,7 @@ proc do_930509a_tic4x {} {
|
||||
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 {
|
||||
@ -53,7 +53,7 @@ if [istarget *c4x*-*-*] then {
|
||||
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
|
||||
@ -66,7 +66,7 @@ if [istarget *c4x*-*-*] then {
|
||||
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
|
||||
@ -74,7 +74,7 @@ if [istarget *c4x*-*-*] then {
|
||||
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!
|
||||
}
|
||||
|
Reference in New Issue
Block a user