diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-04-05 13:47:02 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-04-05 13:47:02 +0000 |
commit | ea9cd3c85b1f4c4d8d54e1f70b505d5a0ae6ba39 (patch) | |
tree | a92dfc37700bb87be355162f57f57a6ef8565fe0 | |
parent | c1b2796f477c941ce0b9bba7cedff60f11926685 (diff) | |
download | gdb-ea9cd3c85b1f4c4d8d54e1f70b505d5a0ae6ba39.zip gdb-ea9cd3c85b1f4c4d8d54e1f70b505d5a0ae6ba39.tar.gz gdb-ea9cd3c85b1f4c4d8d54e1f70b505d5a0ae6ba39.tar.bz2 |
2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
* ld-i386/combreloc.d: Remove #target: i?86-*-*.
* ld-i386/reloc.d: Likewise.
-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 #... |