diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-03 15:13:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-03 15:13:39 +0000 |
commit | 5e1e0414856014d69870c730984fcb9a768399ed (patch) | |
tree | 81ecd7b5ecb13536d94f8d84e7f3b7b9ab2b34aa /gas/testsuite | |
parent | b271558791f27c19cd5031820b977f2e181edde3 (diff) | |
download | gdb-5e1e0414856014d69870c730984fcb9a768399ed.zip gdb-5e1e0414856014d69870c730984fcb9a768399ed.tar.gz gdb-5e1e0414856014d69870c730984fcb9a768399ed.tar.bz2 |
Also expect the msp430 port to fail the strings test because it defines
ONLY_STANDARD_ESCAPES.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/macros.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e81a297..b711098 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -4,6 +4,10 @@ 2005-03-03 Nick Clifton <nickc@redhat.com> + * gas/macros/macros.exp (run_list_test): Also expect the msp430 + port to fail the strings test because it defines + ONLY_STANDARD_ESCAPES. + * gas/arm/arch6zk.s: Add three nop instructions in order to pad the .text section out to a 32-byte boundary as will automatically be done by the arm-aout target. diff --git a/gas/testsuite/gas/macros/macros.exp b/gas/testsuite/gas/macros/macros.exp index 8b99de1..d56c51f 100644 --- a/gas/testsuite/gas/macros/macros.exp +++ b/gas/testsuite/gas/macros/macros.exp @@ -45,7 +45,7 @@ case $target_triplet in { if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } { # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES. - setup_xfail "avr-*" "cris-*" "crisv32-*" + setup_xfail "avr-*" "cris-*" "crisv32-*" "msp430-*" # These fail due to NO_STRING_ESCAPES setup_xfail "powerpc*-*-aix*" "powerpc*-*-beos*" "powerpc*-*-macos*" |