From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston 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 Message-id: <14984.44128.845050.836112@scooby.cygnus.com> References: <14984.25891.573204.233243@scooby.cygnus.com> X-SW-Source: 2001-02/msg00134.html 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