Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: Jim Blandy <jimb@cygnus.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: RFA: relax restrictions on per-architecture data registration
Date: Wed, 06 Jun 2001 06:34:00 -0000	[thread overview]
Message-ID: <3B1E3189.6030009@cygnus.com> (raw)
In-Reply-To: <20010601233233.C19845E9CB@zwingli.cygnus.com>

Jim,

To follow up my previous post.  All I think is needed is for the code in 
arch-utils.c:initialize_current_architecture():


   if (GDB_MULTI_ARCH)
     {
       if (! gdbarch_update_p (info))
         {
           internal_error (__FILE__, __LINE__,
                           "initialize_current_architecture: Selection 
of initial architecture
failed");
         }
     }

to be tweeked so that, when there is no multi-arch, the data vector is 
still initialized.

	Andrew


  parent reply	other threads:[~2001-06-06  6:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20010601233233.C19845E9CB@zwingli.cygnus.com>
2001-06-01 20:54 ` PATCH: " Jim Blandy
2001-06-06  4:59 ` RFA: " Andrew Cagney
2001-06-06  7:39   ` Jim Blandy
2001-06-06  9:35     ` Andrew Cagney
2001-06-06  6:34 ` Andrew Cagney [this message]
2001-06-06  9:59   ` RFA: initialize per-arch data in startup_gdbarch Jim Blandy
2001-06-06 10:13     ` Andrew Cagney

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=3B1E3189.6030009@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=jimb@cygnus.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