aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-03-03 15:13:39 +0000
committerNick Clifton <nickc@redhat.com>2005-03-03 15:13:39 +0000
commit5e1e0414856014d69870c730984fcb9a768399ed (patch)
tree81ecd7b5ecb13536d94f8d84e7f3b7b9ab2b34aa /gas
parentb271558791f27c19cd5031820b977f2e181edde3 (diff)
downloadgdb-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')
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/macros/macros.exp2
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*"