From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30646 invoked by alias); 22 Nov 2004 10:02:06 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 30593 invoked from network); 22 Nov 2004 10:01:57 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 22 Nov 2004 10:01:57 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iAMA1vxs025446 for ; Mon, 22 Nov 2004 05:01:57 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iAMA1ur05578 for ; Mon, 22 Nov 2004 05:01:56 -0500 Received: from localhost.localdomain.redhat.com (vpnuser9.surrey.redhat.com [172.16.9.9]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id iAMA1tan015119 for ; Mon, 22 Nov 2004 10:01:55 GMT Date: Mon, 22 Nov 2004 10:02:00 -0000 Message-Id: <200411221001.iAMA1tan015119@pobox.surrey.redhat.com> From: Nick Clifton To: binutils@sources.redhat.com Subject: Update invocation of c_dot I am applying the patch below to fix up tc-tic54x.c which calls c_dot_file_symbol() but which did not have the new second parameter set. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-11/txt/msg00303.txt.bz2 Nick gas/ChangeLog 2004-11-22 Nick Clifton * config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to c_dot_file_symbol. Index: tc-tic54x.c =================================================================== RCS file: /cvs/src/src/gas/config/tc-tic54x.c,v retrieving revision 1.16 diff -c -3 -p -r1.16 tc-tic54x.c *** tc-tic54x.c 22 Nov 2003 15:32:28 -0000 1.16 --- tc-tic54x.c 22 Nov 2004 09:59:04 -0000 *************** tic54x_adjust_symtab () *** 5379,5385 **** char *filename; unsigned lineno; as_where (&filename, &lineno); ! c_dot_file_symbol (filename); } } --- 5379,5385 ---- char *filename; unsigned lineno; as_where (&filename, &lineno); ! c_dot_file_symbol (filename, 0); } } From: Nick Clifton Date: Mon, 22 Nov 2004 10:06:19 +0000 Message-ID: