This is the mail archive of the binutils@sourceware.org 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: Remove #target: i?86-*-*. from ld-i386 tests


All ld-i386 tests should work on x86-64. We have checked valid targets
in i386.exp and those #target: aren't checked at all since combreloc.d
and reloc.d are run with run_ld_link_tests directly. I checked it in.


H.J.
----
2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>

	* ld-i386/combreloc.d: Remove #target: i?86-*-*.
	* ld-i386/reloc.d: Likewise.

--- ld-i386/combreloc.d.x86	2004-05-11 10:08:36.000000000 -0700
+++ ld-i386/combreloc.d	2007-04-05 06:43:46.000000000 -0700
@@ -4,7 +4,6 @@
 #as: --32
 #ld: -shared -melf_i386 -z combreloc
 #readelf: -r
-#target: i?86-*-*
 
 Relocation section '.rel.dyn' at offset 0x[0-9a-f]+ contains 4 entries:
  Offset     Info    Type            Sym.Value  Sym. Name
--- ld-i386/reloc.d.x86	2002-10-09 19:53:17.000000000 -0700
+++ ld-i386/reloc.d	2007-04-05 06:43:51.000000000 -0700
@@ -4,7 +4,6 @@
 #as: --32
 #ld: -shared -melf_i386 -z nocombreloc
 #objdump: -hw
-#target: i?86-*-*
 
 .*: +file format elf32-i386
 #...


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