* 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.
This commit is contained in:
Stephane Carrez 2004-08-01 19:59:51 +00:00
parent f00df8b789
commit e8773edb8d
4 changed files with 10 additions and 3 deletions

View 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

View 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*]

View 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."

View 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 {