Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Ben Elliston <bje@redhat.com>
To: cgd@sibyte.com (Chris G. Demetriou)
Cc: cagney@cygnus.com, gdb@sources.redhat.com
Subject: Re: [sim/mips] Proposed change to mips_core_signal
Date: Mon, 12 Feb 2001 19:39:00 -0000	[thread overview]
Message-ID: <14984.44128.845050.836112@scooby.cygnus.com> (raw)
In-Reply-To: <yov5wvav46b8.fsf@highland.sibyte.com>

Chris G. Demetriou writes:

 > I have no problem with it, but it's not clear that I know enough to
 > object.  (It doesn't really seem like this is a MIPS-specific issue
 > either, except that your port is MIPS-ish, right?)

It's more than a MIPS-specific issue.  It potentially impacts all
simulators, since it alters the _transfer_type enum.  Something like:

--- sim-basics.h        2000/03/02 09:10:00     1.23
+++ sim-basics.h        2001/02/13 03:37:56
@@ -111,6 +111,8 @@
 typedef enum _transfer_type {
   read_transfer,
   write_transfer,
+  read_vector_transfer,
+  write_vector_transfer,
 } transfer_type;

Ben


  reply	other threads:[~2001-02-12 19:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-12 14:35 Ben Elliston
2001-02-12 19:21 ` Chris G. Demetriou
2001-02-12 19:39   ` Ben Elliston [this message]
2001-02-12 21:27   ` Ben Elliston

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=14984.44128.845050.836112@scooby.cygnus.com \
    --to=bje@redhat.com \
    --cc=cagney@cygnus.com \
    --cc=cgd@sibyte.com \
    --cc=gdb@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