This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [sim/mips] Proposed change to mips_core_signal


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]