Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 10501 invoked from network); 2 Jun 2006 16:37:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jun 2006 16:37:31 -0000 Received: (qmail 75117 invoked by uid 500); 2 Jun 2006 16:37:31 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 75101 invoked by uid 500); 2 Jun 2006 16:37:30 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 75089 invoked by uid 99); 2 Jun 2006 16:37:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2006 09:37:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2006 09:37:23 -0700 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.4/8.13.4) with ESMTP id k52GaZS8013053 for ; Fri, 2 Jun 2006 16:36:35 GMT Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: RE: [PATCH] GNU assembler on Mac OS X 10.4.6 Tiger (Darwin) does not understand .type directive. Date: Fri, 2 Jun 2006 10:37:00 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] GNU assembler on Mac OS X 10.4.6 Tiger (Darwin) does not understand .type directive. Thread-Index: AcaFpqj5pj0EGfAFReO391gRIyGeaQAu2Lrw From: "Eric Lemings" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I just tried building from a fresh checkout from Subversion copy. The patch I sent out for http://issues.apache.org/jira/browse/STDCXX-191 still needs to be applied to etc/config/gcc.config but the other two fixes are working fine. Now I'm encountering some link errors but I'll file separate bug reports after more investigation... > -----Original Message----- > From: Martin Sebor [mailto:sebor@roguewave.com]=20 > Sent: Thursday, June 01, 2006 12:10 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: [PATCH] GNU assembler on Mac OS X 10.4.6 Tiger=20 > (Darwin) does not understand .type directive. >=20 > Martin Sebor wrote: > > Eric Lemings wrote: > >=20 > >> > >> On May 31, 2006, at 1:35 PM, Eric Lemings wrote: > >> > >>> > >>> http://issues.apache.org/jira/browse/STDCXX-192 > >=20 > >=20 > > I wonder if the .type is directive necessary at all. I'm=20 > testing it on=20 > > i86/Linux to see how things go and if the results are good I'm=20 > > inclined to simply remove it. >=20 > It looks like the directive is not essential and removing it=20 > doesn't cause any problems so I made this (only slightly :)=20 > broader change: >=20 > http://svn.apache.org/viewvc?rev=3D410902&view=3Drev >=20 > Martin >=20