2004-10-14 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 14 Oct 2004 16:20:47 +0000 (16:20 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 14 Oct 2004 16:20:47 +0000 (16:20 +0000)
* ld-scripts/sort.exp: Run for ELF targets only.

ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/sort.exp

index f9a8bd54f16468f35010380ae1eeb3f84d8ec846..b14a287538ab6cb313eb689973a3c13f06d7242c 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-scripts/sort.exp: Run for ELF targets only.
+
 2004-10-14  Alan Modra  <amodra@bigpond.net.au>
 
        * ld-scripts/overlay-size.d: Update for changed orphan section
index af88223d647e56dfbd5d37c799d4c027d11aa13b..5bab1c3b756237ab794a2fa047c5216536f7231b 100644 (file)
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+# FIXME: The expected outputs are correct only for ELF.
+if ![is_elf_format] {
+    return
+}
+
 load_lib ld-lib.exp
 
 set sort_test_list [lsort [glob -nocomplain $srcdir/$subdir/sort*.d]]
This page took 0.027653 seconds and 4 git commands to generate.