This is the mail archive of the binutils-cvs@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]

[binutils-gdb] Count i386-moss as ELF


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=82b535931242b017a0929460e38c430178b0d72e

commit 82b535931242b017a0929460e38c430178b0d72e
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Apr 8 11:34:32 2019 -0700

    Count i386-moss as ELF
    
    	* testsuite/binutils-all/nm.exp: Count i386-moss as ELF.

Diff:
---
 binutils/ChangeLog                     | 4 ++++
 binutils/testsuite/binutils-all/nm.exp | 1 +
 2 files changed, 5 insertions(+)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 134e025..3743bc2 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
+
 2019-03-26  Tamar Christina  <tamar.christina@arm.com>
 
 	* testsuite/binutils-all/aarch64/in-order-all.d: Update.
diff --git a/binutils/testsuite/binutils-all/nm.exp b/binutils/testsuite/binutils-all/nm.exp
index a1fb13b..a2ef799 100644
--- a/binutils/testsuite/binutils-all/nm.exp
+++ b/binutils/testsuite/binutils-all/nm.exp
@@ -134,6 +134,7 @@ if {   [is_elf_format]
     || [istarget *-*-*elf]
     || [istarget *-*-freebsd*]
     || [istarget *-*-lynxos*]
+    || [istarget *-*-moss*]
     || [istarget "mmix-knuth-mmixware"]
     || [istarget *-*-nto*]
     || [istarget *-*-rdos*]


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