From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14449 invoked by alias); 15 Oct 2013 07:12:09 -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 14434 invoked by uid 89); 15 Oct 2013 07:12:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: blu0-omc2-s10.blu0.hotmail.com Received: from blu0-omc2-s10.blu0.hotmail.com (HELO blu0-omc2-s10.blu0.hotmail.com) (65.55.111.85) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Oct 2013 07:12:08 +0000 Received: from BLU0-SMTP62 ([65.55.111.71]) by blu0-omc2-s10.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 15 Oct 2013 00:12:10 -0700 X-TMN: [mBwlUGN0sWJvK7Ob9CKLyj61+R+5gFt0] Message-ID: Received: from [192.168.1.2] ([58.7.71.72]) by BLU0-SMTP62.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 15 Oct 2013 00:12:09 -0700 Date: Tue, 15 Oct 2013 07:12:00 -0000 From: Megora Chai User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Binutils Development Subject: [ld] ld COFF support?? Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00231.txt.bz2 Hello, For a school assignment we are looking at how different file formats are linked. I am trying to examine the linking process of some formats using ld from binutils. Is LD able to link COFF format files (.obj or .lib) generated by microsoft tools? Thank you. M Chai