* gas/m68hc11/m68hc11.exp: Fix tests for 2.15
authorStephane Carrez <stcarrez@nerim.fr>
Sun, 1 Aug 2004 19:59:51 +0000 (19:59 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Sun, 1 Aug 2004 19:59:51 +0000 (19:59 +0000)
* gas/elf/elf.exp: Test obj-elf for m6811-* and m6812-*
* gas/symver/symver.exp: Likewise for symver tests.

gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp
gas/testsuite/gas/m68hc11/m68hc11.exp
gas/testsuite/gas/symver/symver.exp

index 7f42e59..30ce2d6 100644 (file)
@@ -1,3 +1,9 @@
+2004-08-01  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * gas/m68hc11/m68hc11.exp: Fix tests for 2.15
+       * gas/elf/elf.exp: Test obj-elf for m6811-* and m6812-*
+       * gas/symver/symver.exp: Likewise for symver tests.
+
 2004-07-30  Michal Ludvig  <mludvig@suse.cz>
 
        * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
index 036c669..ec3be0a 100644 (file)
@@ -33,6 +33,8 @@ proc run_list_test { name suffix opts readelf_pipe } {
 # We're testing bits in obj-elf -- don't run on anything else.
 if { ([istarget "*-*-elf*"]            
       || [istarget "*-*-linux*"]
+      || [istarget "m6811-*"]
+      || [istarget "m6812-*"]
       || [istarget "sparc*-*-solaris*"]
       || [istarget "mips*-*-irix6*"])
      && ![istarget *-*-linux*aout*]
index a142f2e..89ad226 100644 (file)
@@ -153,9 +153,6 @@ gas_m68hc11_error "-m68hc12" "movb 2,x,bar,pc\nbar=300\n" \
 gas_m68hc11_error "-m68hc12" "movb bar,pc,2,x\nbar=300\n" \
     "Offset out of 5-bit range for movw/movb insn: 300"
 
-setup_xfail m6811-*-*
-setup_xfail m6812-*-*
-
 # ------------------
 # Specific commands
 gas_m68hc11_warning "" ".mode \"bar\"\n" "Invalid mode: .bar."
index 161f359..075d93f 100644 (file)
@@ -16,6 +16,8 @@ proc run_error_test { name opts } {
 
 # symver is only supported by ELF targets.
 if { ([istarget "*-*-elf*"]            
+      || [istarget "m6811-*"]
+      || [istarget "m6812-*"]
       || [istarget "*-*-linux*"])
      && ![istarget *-*-linux*aout*]
      && ![istarget *-*-linux*oldld*] } then {