From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24032 invoked by alias); 20 May 2003 13:10:34 -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 23983 invoked from network); 20 May 2003 13:10:32 -0000 Received: from unknown (HELO kerberos.suse.cz) (195.47.106.10) by sources.redhat.com with SMTP; 20 May 2003 13:10:32 -0000 Received: from chimera.suse.cz (chimera.suse.cz [10.20.0.2]) by kerberos.suse.cz (SuSE SMTP server) with ESMTP id 100DD59E032; Tue, 20 May 2003 15:10:32 +0200 (CEST) Received: from suse.cz (naga.suse.cz [10.20.1.16]) by chimera.suse.cz (Postfix) with ESMTP id 8C7374D59; Tue, 20 May 2003 15:10:31 +0200 (CEST) Message-ID: <3ECA2947.30300@suse.cz> Date: Tue, 20 May 2003 13:10:00 -0000 From: Michal Ludvig Organization: SuSE CR, s.r.o. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: cs, cz, en MIME-Version: 1.0 To: Alan Modra Cc: binutils@sources.redhat.com Subject: Re: [RFA] CFI improvements References: <3ECA1DBE.7080603@suse.cz> <20030520125723.GJ3914@bubble.sa.bigpond.net.au> In-Reply-To: <20030520125723.GJ3914@bubble.sa.bigpond.net.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00573.txt.bz2 Alan Modra told me that: > On Tue, May 20, 2003 at 02:21:18PM +0200, Michal Ludvig wrote: > >>-const pseudo_typeS cfi_pseudo_table[] = >>- { >>- { "cfi_verbose", dot_cfi, CFI_verbose }, >>- { "cfi_startproc", dot_cfi, CFI_startproc }, >>- { "cfi_endproc", dot_cfi, CFI_endproc }, >>- { "cfi_def_cfa", dot_cfi, CFA_def_cfa }, >>- { "cfi_def_cfa_register", dot_cfi, CFA_def_cfa_register }, >>- { "cfi_def_cfa_offset", dot_cfi, CFA_def_cfa_offset }, >>- { "cfi_adjust_cfa_offset", dot_cfi, CFI_adjust_cfa_offset }, >>- { "cfi_offset", dot_cfi, CFA_offset }, >>- { NULL, NULL, 0 } >>- }; >>+const pseudo_typeS cfi_pseudo_table[] = { >>+ {"cfi_verbose", dot_cfi, CFI_verbose}, >>+ {"cfi_startproc", dot_cfi, CFI_startproc}, >>+ {"cfi_endproc", dot_cfi, CFI_endproc}, >>+ {"cfi_def_cfa", dot_cfi, CFA_def_cfa}, >>+ {"cfi_def_cfa_register", dot_cfi, CFA_def_cfa_register}, >>+ {"cfi_def_cfa_offset", dot_cfi, CFA_def_cfa_offset}, >>+ {"cfi_adjust_cfa_offset", dot_cfi, CFI_adjust_cfa_offset}, >>+ {"cfi_offset", dot_cfi, CFA_offset}, >>+ {"cfi_register", dot_cfi, CFA_register}, >>+ {NULL, NULL, 0} >>+}; > > Did you mean to undo my formatting fixes? Oops sorry - I was saying me don't forget to change it before submitting and ... finally I forgot, of course. I didn't mean to revert your formatting ;-) BTW how did you format it? By hand? I run indent without parameters and got what I submitted... I'll resend the reindented patch. Or are there some other things to fix except the formating? Michal Ludvig -- * SuSE CR, s.r.o * mludvig@suse.cz * (+420) 296.545.373 * http://www.suse.cz