diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2019-04-08 11:34:32 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2019-04-08 11:34:32 -0700 |
commit | 82b535931242b017a0929460e38c430178b0d72e (patch) | |
tree | df293a925e5d76fbd7269f79466458e7dc9a7286 | |
parent | da9b5f7be7cb44e832972252dbaf53d242b0e099 (diff) | |
download | gdb-82b535931242b017a0929460e38c430178b0d72e.zip gdb-82b535931242b017a0929460e38c430178b0d72e.tar.gz gdb-82b535931242b017a0929460e38c430178b0d72e.tar.bz2 |
Count i386-moss as ELF
* testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/nm.exp | 1 |
2 files changed, 5 insertions, 0 deletions
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*] |