This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Fix and enable some gas tests for 68HC11/HC12


Hi!

Committed this patch on mainline to enable the ELF tests for m6811 and
remove an XFAIL.

Stephane

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.

Index: gas/elf/elf.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/elf/elf.exp,v
retrieving revision 1.23
diff -u -p -r1.23 elf.exp
--- gas/elf/elf.exp	11 May 2004 15:53:47 -0000	1.23
+++ gas/elf/elf.exp	1 Aug 2004 19:56:15 -0000
@@ -33,6 +33,8 @@ proc run_list_test { name suffix opts re
 # 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: gas/m68hc11/m68hc11.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/m68hc11/m68hc11.exp,v
retrieving revision 1.6
diff -u -p -r1.6 m68hc11.exp
--- gas/m68hc11/m68hc11.exp	12 May 2004 03:06:10 -0000	1.6
+++ gas/m68hc11/m68hc11.exp	1 Aug 2004 19:56:15 -0000
@@ -153,9 +153,6 @@ gas_m68hc11_error "-m68hc12" "movb 2,x,b
 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: gas/symver/symver.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/symver/symver.exp,v
retrieving revision 1.2
diff -u -p -r1.2 symver.exp
--- gas/symver/symver.exp	16 Nov 2000 19:28:10 -0000	1.2
+++ gas/symver/symver.exp	1 Aug 2004 19:56:16 -0000
@@ -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 {

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]