From: Andrew Cagney <ac131313@ges.redhat.com>
To: Elena Zannoni <ezannoni@redhat.com>
Cc: Daniel Jacobowitz <drow@mvista.com>, gdb-patches@sources.redhat.com
Subject: Re: [patch/rfc] Obsolete i[3456]86-*-os9k target
Date: Tue, 16 Jul 2002 13:41:00 -0000 [thread overview]
Message-ID: <3D34716D.3080300@ges.redhat.com> (raw)
In-Reply-To: <15668.28233.984220.611039@localhost.redhat.com>
> > I started changing:
> >
> > if (os8k_stabs)
> > <then>
> > else
> > <else>
> >
> > into:
> >
> > /* OBSOLETE if (os8k_stabs) */
> > /* OBSOLETE <then> */
> > /* OBSOLETE else */
> > <else>
> >
> > but gave up. Some of those if() clauses got pretty weired. Not sure
> > what the reader maintainers want to do.
>
> I'll try to come up a patch that to 'if 0' those bits. I think that
> the indentation and extra curly braces can be fixed later, once we
> pull the code out for good. We definitely need to deactivate these parts,
> otherwise os9k_stabs would be undefined.
Hmm, another way of disabling it it might be:
if (os9k_stabs) /* OBSOLETE */
...
The reason behind adding the word OBSOLETE is that it makes searching
easier - just grep out any line with OBSOLETE in it.
Andrew
next prev parent reply other threads:[~2002-07-16 19:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-14 10:35 Andrew Cagney
2002-07-14 10:39 ` Daniel Jacobowitz
2002-07-14 20:53 ` Elena Zannoni
2002-07-16 10:19 ` Andrew Cagney
2002-07-16 13:41 ` Elena Zannoni
2002-07-16 13:41 ` Andrew Cagney [this message]
2002-07-16 13:42 ` Elena Zannoni
2002-07-18 10:55 ` Elena Zannoni
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=3D34716D.3080300@ges.redhat.com \
--to=ac131313@ges.redhat.com \
--cc=drow@mvista.com \
--cc=ezannoni@redhat.com \
--cc=gdb-patches@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