public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Michal Ludvig <mludvig@suse.cz>
To: Alan Modra <amodra@bigpond.net.au>
Cc: binutils@sources.redhat.com
Subject: Re: [RFA] CFI improvements
Date: Tue, 20 May 2003 13:10:00 -0000	[thread overview]
Message-ID: <3ECA2947.30300@suse.cz> (raw)
In-Reply-To: <20030520125723.GJ3914@bubble.sa.bigpond.net.au>

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

  reply	other threads:[~2003-05-20 13:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-20 12:21 Michal Ludvig
2003-05-20 12:55 ` Andreas Jaeger
2003-05-20 12:57 ` Alan Modra
2003-05-20 13:10   ` Michal Ludvig [this message]
2003-05-20 13:55   ` Michal Ludvig
2003-05-20 14:18     ` Alan Modra
2003-05-20 14:36       ` Michal Ludvig
2003-05-20 23:54 ` Hans-Peter Nilsson
2003-05-21 13:18   ` Michal Ludvig
2003-05-21 14:35     ` Hans-Peter Nilsson
2003-05-21 15:06     ` Hans-Peter Nilsson
2003-05-21 16:44       ` Michal Ludvig
2003-05-21 16:52         ` Hans-Peter Nilsson
2003-05-27 12:34         ` amodra
2003-05-27 12:42           ` Michal Ludvig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3ECA2947.30300@suse.cz \
    --to=mludvig@suse.cz \
    --cc=amodra@bigpond.net.au \
    --cc=binutils@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).