From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26097 invoked by alias); 23 Oct 2008 03:32:47 -0000 Received: (qmail 26088 invoked by uid 22791); 23 Oct 2008 03:32:47 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 23 Oct 2008 03:32:12 +0000 Received: by wa-out-1112.google.com with SMTP id v33so73461wah.24 for ; Wed, 22 Oct 2008 20:32:10 -0700 (PDT) Received: by 10.114.145.1 with SMTP id s1mr64844wad.15.1224732730388; Wed, 22 Oct 2008 20:32:10 -0700 (PDT) Received: by 10.114.204.19 with HTTP; Wed, 22 Oct 2008 20:32:10 -0700 (PDT) Message-ID: Date: Thu, 23 Oct 2008 03:32:00 -0000 From: "Pan ruochen" To: "Eric Christopher" Subject: Re: How to inform `as` not to do linking after compiling? Cc: binutils@sourceware.org In-Reply-To: <681BF00A-D370-49A9-966D-1FC6F62E5F87@apple.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5248D716-A24E-4C4E-981D-91F6CCA655EE@apple.com> <05066DE7-A8B3-4B03-8C25-F067BC965913@apple.com> <681BF00A-D370-49A9-966D-1FC6F62E5F87@apple.com> 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 X-SW-Source: 2008-10/txt/msg00202.txt.bz2 > No, it will concatenate the source files as it says on the page I sent you. > > -eric > I get it. I misunderstood the behaviors of `as`. I thought it worked like `gcc` to output one object file respectly for one input file if it did with multiple input files.