From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103177 invoked by alias); 1 May 2015 12:06:13 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 103167 invoked by uid 89); 1 May 2015 12:06:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,NO_DNS_FOR_FROM,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mga11.intel.com Received: from mga11.intel.com (HELO mga11.intel.com) (192.55.52.93) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 May 2015 12:06:11 +0000 Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 01 May 2015 05:03:52 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([172.25.70.52]) by orsmga003.jf.intel.com with ESMTP; 01 May 2015 05:03:52 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 1000) id 82B68200C82; Fri, 1 May 2015 05:03:52 -0700 (PDT) Date: Fri, 01 May 2015 12:06:00 -0000 From: "H.J. Lu" To: binutils@sourceware.org Subject: [committed, PATCH] Support ix86-*-elf* Message-ID: <20150501120352.GA13772@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-05/txt/msg00002.txt.bz2 bfd/ * config.bfd: Support i[3-7]86-*-elf*. gas/ * configure.tgt: Support i386-*-elf*. --- bfd/ChangeLog | 4 ++++ bfd/config.bfd | 2 +- gas/ChangeLog | 4 ++++ gas/configure.tgt | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4dc878e..034d34d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2015-05-01 H.J. Lu + + * config.bfd: Support i[3-7]86-*-elf*. + 2015-04-30 H.J. Lu * elf32-i386.c (elf_backend_post_process_headers): Undef for diff --git a/bfd/config.bfd b/bfd/config.bfd index 2fdec8b..aad87d2 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -528,7 +528,7 @@ case "${targ}" in targ_selvecs=i386_elf32_vec ;; i[3-7]86-*-sysv4* | i[3-7]86-*-unixware* | \ - i[3-7]86-*-elf | i[3-7]86-*-sco3.2v5* | \ + i[3-7]86-*-elf* | i[3-7]86-*-sco3.2v5* | \ i[3-7]86-*-dgux* | i[3-7]86-*-sysv5*) targ_defvec=i386_elf32_vec targ_selvecs=i386_coff_vec diff --git a/gas/ChangeLog b/gas/ChangeLog index 1aa506d..e494ab1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2015-05-01 H.J. Lu + + * configure.tgt: Support i386-*-elf*. + 2015-04-30 DJ Delorie * config/rl78-defs.h (rl78_isa_g10): New. diff --git a/gas/configure.tgt b/gas/configure.tgt index 7969970..09ee275 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -215,7 +215,7 @@ case ${generic_target} in i386-*-beospe*) fmt=coff em=pe ;; i386-*-beos*) fmt=elf ;; i386-*-coff) fmt=coff ;; - i386-*-elf) fmt=elf ;; + i386-*-elf*) fmt=elf ;; i386-*-kaos*) fmt=elf ;; i386-*-bsd*) fmt=aout em=386bsd ;; i386-*-nacl*) fmt=elf em=nacl -- 1.9.3