From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21299 invoked by alias); 15 Apr 2008 23:41:15 -0000 Received: (qmail 21289 invoked by uid 22791); 15 Apr 2008 23:41:15 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 Apr 2008 23:40:58 +0000 Received: from zps75.corp.google.com (zps75.corp.google.com [172.25.146.75]) by smtp-out.google.com with ESMTP id m3FNeecJ021342; Wed, 16 Apr 2008 00:40:40 +0100 Received: from localhost.localdomain.google.com (dhcp-172-18-118-233.corp.google.com [172.18.118.233]) (authenticated bits=0) by zps75.corp.google.com with ESMTP id m3FNMSL4026884 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 15 Apr 2008 16:22:29 -0700 To: "Falay Oguz" Cc: Subject: Re: parser error References: From: Ian Lance Taylor Date: Wed, 16 Apr 2008 03:10:00 -0000 In-Reply-To: (Falay Oguz's message of "Tue\, 15 Apr 2008 14\:00\:51 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-04/txt/msg00213.txt.bz2 "Falay Oguz" writes: > .text: <<<<--------- LINE 64 You want .text : -- that is, add a space before the colon. ':' is a valid character in a section name, so you need some whitespace. Ian