diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/combreloc.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/reloc.d | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 606b36c..d15e797 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-04-05 H.J. Lu <hongjiu.lu@intel.com> + + * ld-i386/combreloc.d: Remove #target: i?86-*-*. + * ld-i386/reloc.d: Likewise. + 2007-04-05 Alan Modra <amodra@bigpond.net.au> * ld-spu/ovl2.d: Update. diff --git a/ld/testsuite/ld-i386/combreloc.d b/ld/testsuite/ld-i386/combreloc.d index a6f482d..bbe9134 100644 --- a/ld/testsuite/ld-i386/combreloc.d +++ b/ld/testsuite/ld-i386/combreloc.d @@ -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 diff --git a/ld/testsuite/ld-i386/reloc.d b/ld/testsuite/ld-i386/reloc.d index 9e8faa4..e559e53 100644 --- a/ld/testsuite/ld-i386/reloc.d +++ b/ld/testsuite/ld-i386/reloc.d @@ -4,7 +4,6 @@ #as: --32 #ld: -shared -melf_i386 -z nocombreloc #objdump: -hw -#target: i?86-*-* .*: +file format elf32-i386 #... |